From 89fc8424260be92835a27cb6f193ecf0c086838c Mon Sep 17 00:00:00 2001 From: maudetes Date: Mon, 11 Jul 2022 09:34:11 +0200 Subject: [PATCH] Bump version 2.0.3 --- 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 c6bf015..742c436 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Current (in progress) +## 2.0.3 (2022-07-11) - Remove legacy manifest logic and dataexplorer integration [#12](https://github.com/opendatateam/udata-tabular-preview/pull/12) diff --git a/udata_tabular_preview/__init__.py b/udata_tabular_preview/__init__.py index 3bb09dc..08d39b3 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.3.dev' +__version__ = '2.0.3' __description__ = 'A plugin to preview tabular files (CSV, Excel, ...) using csvapi'