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 a9675ea commit 9f36491Copy full SHA for 9f36491
HISTORY.rst
@@ -3,11 +3,11 @@
3
History
4
-------
5
6
-0.4.0 (2013-XX-XX)
+0.4.0 (2013-10-21)
7
++++++++++++++++++
8
9
-* Changed the `languages` keyword argument to `locales` on the constructors
10
- for `geoip.webservice.Client` and `geoip.database.Reader`.
+* API CHANGE: Changed the `languages` keyword argument to `locales` on the
+ constructors for `geoip.webservice.Client` and `geoip.database.Reader`.
11
12
0.3.1 (2013-10-15)
13
geoip2/__init__.py
@@ -1,7 +1,7 @@
1
-#pylint:disable=C0111
+# pylint:disable=C0111
2
__title__ = 'geoip2'
-__version__ = '0.3.1'
+__version__ = '0.4.0'
__author__ = 'Gregory Oschwald'
-__license__ = 'LGPLv2+'
+__license__ = 'LGPLv2.1+'
__copyright__ = 'Copyright 2013 Maxmind, Inc.'
0 commit comments