Skip to content

Commit ad056a9

Browse files
committed
Prepare for 0.4.0 release
1 parent 13346eb commit ad056a9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 0.4.0 (2022-05-25)
2+
==========================
3+
4+
* Python 2 support dropeed
5+
16
Version 0.3.6 (2018-10-29)
27
==========================
38

geoposition/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
default_app_config = 'geoposition.apps.GeoPositionConfig'
55

6-
VERSION = (0, 3, 11)
6+
VERSION = (0, 4, 0)
77
__version__ = '.'.join(map(str, VERSION))
88

99

0 commit comments

Comments
 (0)