Skip to content

Commit

Permalink
Bump version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abulte committed Jun 17, 2020
1 parent 813d583 commit 4313596
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)
## 2.0.1 (2020-06-17)

- Use extras attributes to enable preview [#8](https://github.com/opendatateam/udata-tabular-preview/pull/8)

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.1.dev'
__version__ = '2.0.1'
__description__ = 'A plugin to preview tabular files (CSV, Excel, ...) using csvapi'

0 comments on commit 4313596

Please sign in to comment.