diff --git a/CHANGELOG.md b/CHANGELOG.md index 036d55f..d847e64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Current (in progress) +## 4.0.1 (2024-10-03) - Remove useless max size setting [#41](https://github.com/opendatateam/udata-tabular-preview/pull/41) - Improve explore button logic [#43](https://github.com/opendatateam/udata-tabular-preview/pull/43) diff --git a/udata_tabular_preview/__init__.py b/udata_tabular_preview/__init__.py index bf8066e..ac16250 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__ = '4.0.1.dev' +__version__ = '4.0.1' __description__ = 'A plugin to preview tabular files (CSV, Excel, ...) using tabular api'