diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fbc687..60bf818 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## Current (in progress) +## 1.0.0 (2018-10-02) Initial release diff --git a/udata_tabular_preview/__init__.py b/udata_tabular_preview/__init__.py index dce9c15..3bc04fb 100644 --- a/udata_tabular_preview/__init__.py +++ b/udata_tabular_preview/__init__.py @@ -6,5 +6,5 @@ ''' from __future__ import unicode_literals -__version__ = '0.1.0.dev' +__version__ = '1.0.0' __description__ = 'A plugin to preview tabular files (CSV, Excel, ...) using csvapi'