We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13346eb commit ad056a9Copy full SHA for ad056a9
CHANGELOG.rst
@@ -1,3 +1,8 @@
1
+Version 0.4.0 (2022-05-25)
2
+==========================
3
+
4
+* Python 2 support dropeed
5
6
Version 0.3.6 (2018-10-29)
7
==========================
8
geoposition/__init__.py
@@ -3,7 +3,7 @@
default_app_config = 'geoposition.apps.GeoPositionConfig'
-VERSION = (0, 3, 11)
+VERSION = (0, 4, 0)
__version__ = '.'.join(map(str, VERSION))
9
0 commit comments