Skip to content

Commit

Permalink
Bump version 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
quaxsze committed Aug 25, 2020
1 parent c2c4fad commit 8b722e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2.1 (2020-08-25)

- Some fixes for the static files deletion [#2526](https://github.com/opendatateam/udata/pull/2526):
- New static files migration replacing the older one:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ for publishing udata's roadmap and for building consensus around it.
It is collectively taken care of by members of the
[OpenDataTeam](https://github.com/opendatateam).

[readthedocs-url]: https://udata.readthedocs.io/en/latest/
[readthedocs-url]: https://udata.readthedocs.io/en/v2.2.1/
2 changes: 1 addition & 1 deletion udata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
uData
'''

__version__ = '2.2.1.dev'
__version__ = '2.2.1'
__description__ = 'Open data portal'

0 comments on commit 8b722e7

Please sign in to comment.