Skip to content

Commit

Permalink
Merge pull request #159 from StevenMaude/september-2016-release
Browse files Browse the repository at this point in the history
Release as 0.15.1
  • Loading branch information
frabcus authored Sep 29, 2016
2 parents 38673cc + dbab0b1 commit 50ef8ca
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
0.15.1 (29 September 2016)
* #158: Add CDFV2-unknown to MIMELOOKUP
* #157: Fix for Python Magic API change
* #156: HTTPSify URLs in layout.html
* #153: Convert readthedocs links for their .org -> .io migration for
hosted projects
* #147: Min python-dateutil version changed back to 1.5
* #145: Fix upper limit for json-table-schema version
* #143: Updated requirements.
* #141: Don't parse inputs with length 1 as dates #140
* #136: Pass any\_tableset arguments through to specific parsers.

0.15 (19 June 2015)
* #124 Python 2/3 multilingual.
* #125 Fix ODS stopping at blank lines
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name='messytables',
version='0.15.0',
version='0.15.1',
description="Parse messy tabular data in various formats",
long_description=long_desc,
classifiers=[
Expand All @@ -32,7 +32,7 @@
keywords='',
author='Open Knowledge Foundation',
author_email='[email protected]',
url='http://okfn.org',
url='https://okfn.org',
license='MIT',
packages=find_packages(exclude=['ez_setup', 'examples', 'test']),
namespace_packages=[],
Expand Down

0 comments on commit 50ef8ca

Please sign in to comment.