Skip to content

Commit

Permalink
0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragon Dave McKee committed Jun 19, 2015
1 parent 70ef3f5 commit 32d7816
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,20 @@
0.15 (wip, master)
0.15 (19 June 2015)
* #124 Python 2/3 multilingual.
* #125 Fix ODS stopping at blank lines
* #127 Fix reading of newer ODS files
* #130 UTF8Recoder removes UTF8 BOM

0.14.5 (3 March 2015)
* #123 dates
* #120 Better error handling on properties

0.14.2 (5 Feb 2015)
* #119 Detect blank cells
* #118 Fix typo which installed 'test' package.
* #116 Basic richtext support
* #34 Basic richtext support
* #113 Detect pipe delimited files
* #112 Improved tolerance of malformed HTML tables

0.14.1 (1 September 2014)
* Add support for Boolean Type guessing
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -19,7 +19,7 @@

setup(
name='messytables',
version='0.14.5',
version='0.15.0',
description="Parse messy tabular data in various formats",
long_description=long_desc,
classifiers=[
Expand Down

0 comments on commit 32d7816

Please sign in to comment.