diff --git a/CHANGELOG.md b/CHANGELOG.md index fece469..ef10e80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Current (in progress) + +- Nothing yet + ## 2.0.1 (2020-06-17) - Use extras attributes to enable preview [#8](https://github.com/opendatateam/udata-tabular-preview/pull/8) diff --git a/udata_tabular_preview/__init__.py b/udata_tabular_preview/__init__.py index d0eb80f..bb3325f 100644 --- a/udata_tabular_preview/__init__.py +++ b/udata_tabular_preview/__init__.py @@ -4,5 +4,5 @@ A plugin to preview tabular files (CSV, Excel, ...) ''' -__version__ = '2.0.1' +__version__ = '2.0.2.dev' __description__ = 'A plugin to preview tabular files (CSV, Excel, ...) using csvapi'