Skip to content

Commit

Permalink
Bump version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abulte committed Mar 11, 2020
1 parent 1061a0f commit bd93b33
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.0 (2020-03-11)

- udata 2.0 / Python 3 support [#95](https://github.com/opendatateam/udata-recommendations/pull/95)
- Support new hooks format [#96](https://github.com/opendatateam/udata-recommendations/pull/96)
Expand Down
2 changes: 1 addition & 1 deletion udata_recommendations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
uData recommendations
'''

__version__ = '2.0.0.dev'
__version__ = '2.0.0'
__description__ = 'uData content recommendations bridge'

0 comments on commit bd93b33

Please sign in to comment.