From 431359680a24d074375050e17e6fcdbf5fb0e21d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20Bult=C3=A9?= Date: Wed, 17 Jun 2020 14:48:24 +0200 Subject: [PATCH] Bump version 2.0.1 --- 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 648e885..fece469 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Current (in progress) +## 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 743630c..d0eb80f 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.dev' +__version__ = '2.0.1' __description__ = 'A plugin to preview tabular files (CSV, Excel, ...) using csvapi'