diff --git a/CHANGELOG.md b/CHANGELOG.md index 660de28..0de0474 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Current (in progress) +## 3.0.2 (2023-03-02) - Add data structure component and explore button for hook `dataset.display.explore-button` [#19](https://github.com/opendatateam/udata-tabular-preview/pull/19) diff --git a/udata_tabular_preview/__init__.py b/udata_tabular_preview/__init__.py index 7b10af6..9cdc91e 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.2.dev' +__version__ = '3.0.2' __description__ = 'A plugin to preview tabular files (CSV, Excel, ...) using csvapi'