From 76ddc1a34e37ef3d81a7d587fb470f39b94f4158 Mon Sep 17 00:00:00 2001 From: roll Date: Thu, 3 Aug 2017 13:20:33 +0300 Subject: [PATCH] v1.2.0 --- README.md | 11 ++++++++--- tabulator/VERSION | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 32683be5..1edb5554 100644 --- a/README.md +++ b/README.md @@ -835,14 +835,19 @@ and `mock` packages. This packages are available only in tox envionments. ## Changelog -Here described only breaking and the most important changes. The full changelog could be found in nicely formatted [commit history](https://github.com/frictionlessdata/tabulator-py/commits/master). +Here described only breaking and the most important changes. The full changelog and documentation for all released versions could be found in nicely formatted [commit history](https://github.com/frictionlessdata/tabulator-py/commits/master). + +### v1.2 + +Improved behaviour: +- autodetect common csv delimiters ### v1.1 New API added: - added `fill_merged_cells` argument to `xls/xlsx` formats -### [v1.0](https://github.com/frictionlessdata/tabulator-py/tree/v1.0.0) +### v1.0 New API added: - published `Loader/Parser/Writer` API @@ -857,7 +862,7 @@ Deprecated API removal: Provisional API changed: - updated `Loader/Parser/Writer` API - please use an updated version -### [v0.15](https://github.com/frictionlessdata/tabulator-py/tree/v0.15.0) +### v0.15 Provisional API added: - unofficial support for `Stream` arguments `custom_loaders/parsers` diff --git a/tabulator/VERSION b/tabulator/VERSION index 9084fa2f..26aaba0e 100644 --- a/tabulator/VERSION +++ b/tabulator/VERSION @@ -1 +1 @@ -1.1.0 +1.2.0