From eae59bee01bf4b3efd493451ba979c69481ec24b Mon Sep 17 00:00:00 2001 From: maudetes Date: Mon, 6 Feb 2023 16:16:02 +0100 Subject: [PATCH] Bump version 3.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 e39c4aa..3ee2b29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Current (in progress) +## 3.0.1 (2023-02-06) - Add sort to exploration preview component [#20](https://github.com/opendatateam/udata-tabular-preview/pull/20) - Fix setuptools version used in CI [#23](https://github.com/opendatateam/udata-tabular-preview/pull/23) diff --git a/udata_tabular_preview/__init__.py b/udata_tabular_preview/__init__.py index 449a001..aa0c883 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__ = '3.0.1.dev' +__version__ = '3.0.1' __description__ = 'A plugin to preview tabular files (CSV, Excel, ...) using csvapi'