Skip to content

Commit

Permalink
Bump version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maudetes committed Jan 18, 2023
1 parent f7dff7a commit 3e88535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Current (in progress)
## 3.0.0 (2023-01-18)

- :warning: **Breaking change** Change preview behaviour [#14](https://github.com/opendatateam/udata-tabular-preview/pull/14)
- remove `preview` route
Expand Down
2 changes: 1 addition & 1 deletion udata_tabular_preview/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
A plugin to preview tabular files (CSV, Excel, ...)
'''

__version__ = '2.0.4.dev'
__version__ = '3.0.0'
__description__ = 'A plugin to preview tabular files (CSV, Excel, ...) using csvapi'

0 comments on commit 3e88535

Please sign in to comment.