From 9b9fb0aa8ad0b982aac8fd35b24440fcde35db96 Mon Sep 17 00:00:00 2001 From: Hugo Date: Fri, 18 Oct 2019 23:25:50 +0300 Subject: [PATCH 1/2] Prepare for release --- HISTORY.md | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 0450831..80e0adb 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,19 +1,31 @@ # History -## Unreleased +## 0.14.0 (2019-10-xx) +### Deprecations + +- The 0.14.x series will be the last to support Python 2 + +### Breaking changes + +- Dropped Python 3.4 support + +### Improvements + +- Added Python 3.7 and 3.8 support - The project is now maintained by the Jazzband team, https://jazzband.co -- Fixed `DataBook().load` parameter ordering (first stream, then format). -- Fixed a regression for xlsx exports where non-string values were forced to - strings (#314). -- Fixed xlsx format detection (which was often detected as `xls` format). - Improved format autodetection and added autodetection for the odf format. - Added search to all documentation pages - Open xlsx workbooks in read-only mode (#316) - Unpin requirements - Only install backports.csv on Python 2 -- Added Python 3.7 support -- Dropped Python 3.4 support + +### Bugfixes + +- Fixed `DataBook().load` parameter ordering (first stream, then format). +- Fixed a regression for xlsx exports where non-string values were forced to + strings (#314) +- Fixed xlsx format detection (which was often detected as `xls` format) ## 0.13.0 (2019-03-08) From a40852d1c6c9080637b558359200077e7d7afebf Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sat, 19 Oct 2019 13:11:45 +0300 Subject: [PATCH 2/2] Add release date --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 80e0adb..9433322 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,6 @@ # History -## 0.14.0 (2019-10-xx) +## 0.14.0 (2019-10-19) ### Deprecations