Skip to content

Commit

Permalink
Prepare for 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
darccio committed May 25, 2022
1 parent 13346eb commit ad056a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 0.4.0 (2022-05-25)
==========================

* Python 2 support dropeed

Version 0.3.6 (2018-10-29)
==========================

Expand Down
2 changes: 1 addition & 1 deletion geoposition/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

default_app_config = 'geoposition.apps.GeoPositionConfig'

VERSION = (0, 3, 11)
VERSION = (0, 4, 0)
__version__ = '.'.join(map(str, VERSION))


Expand Down

0 comments on commit ad056a9

Please sign in to comment.