From bbac06e1a1bfe4827a57e3b88355c5d6812b4199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20Bult=C3=A9?= Date: Wed, 11 Mar 2020 18:16:05 +0100 Subject: [PATCH] Bump version 2.0.0 --- CHANGELOG.md | 2 +- udata_tabular_preview/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index caa617c..cfbc87b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Current (in progress) +## 2.0.0 (2020-03-11) - Migrate to Python3 [#5](https://github.com/opendatateam/udata-tabular-preview/pull/5) diff --git a/udata_tabular_preview/__init__.py b/udata_tabular_preview/__init__.py index 6543693..707862f 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.0.dev' +__version__ = '2.0.0' __description__ = 'A plugin to preview tabular files (CSV, Excel, ...) using csvapi'