Skip to content

Commit 50ef8ca

Browse files
authored
Merge pull request #159 from StevenMaude/september-2016-release
Release as 0.15.1
2 parents 38673cc + dbab0b1 commit 50ef8ca

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
0.15.1 (29 September 2016)
2+
* #158: Add CDFV2-unknown to MIMELOOKUP
3+
* #157: Fix for Python Magic API change
4+
* #156: HTTPSify URLs in layout.html
5+
* #153: Convert readthedocs links for their .org -> .io migration for
6+
hosted projects
7+
* #147: Min python-dateutil version changed back to 1.5
8+
* #145: Fix upper limit for json-table-schema version
9+
* #143: Updated requirements.
10+
* #141: Don't parse inputs with length 1 as dates #140
11+
* #136: Pass any\_tableset arguments through to specific parsers.
12+
113
0.15 (19 June 2015)
214
* #124 Python 2/3 multilingual.
315
* #125 Fix ODS stopping at blank lines

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setup(
2121
name='messytables',
22-
version='0.15.0',
22+
version='0.15.1',
2323
description="Parse messy tabular data in various formats",
2424
long_description=long_desc,
2525
classifiers=[
@@ -32,7 +32,7 @@
3232
keywords='',
3333
author='Open Knowledge Foundation',
3434
author_email='[email protected]',
35-
url='http://okfn.org',
35+
url='https://okfn.org',
3636
license='MIT',
3737
packages=find_packages(exclude=['ez_setup', 'examples', 'test']),
3838
namespace_packages=[],

0 commit comments

Comments
 (0)