From 4b963226bf80df33f50589c18206a4ee0a5831ae Mon Sep 17 00:00:00 2001 From: quaxsze Date: Tue, 23 Jan 2024 15:57:47 -0300 Subject: [PATCH] Bump version 3.1.0 --- 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 c39f623..be3860a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Current (in progress) +## 3.1.0 (2024-01-23) - Use either of analysis or header check mime [#32](https://github.com/opendatateam/udata-tabular-preview/pull/32) diff --git a/udata_tabular_preview/__init__.py b/udata_tabular_preview/__init__.py index 9f3c0e9..43d5767 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.5.dev' +__version__ = '3.1.0' __description__ = 'A plugin to preview tabular files (CSV, Excel, ...) using csvapi'