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 f493f97 commit dc0007aCopy full SHA for dc0007a
HISTORY.rst
@@ -3,6 +3,12 @@
3
History
4
-------
5
6
+0.2.2 (2013-06-20)
7
+++++++++++++++++++
8
+
9
+* Fixed a bug in the model objects that prevented `longitude` and `metro_code`
10
+ from being used.
11
12
0.2.1 (2013-06-10)
13
++++++++++++++++++
14
geoip2/__init__.py
@@ -1,7 +1,7 @@
1
#pylint:disable=C0111
2
__title__ = 'geoip2'
-__version__ = '0.2.1'
+__version__ = '0.2.2'
__author__ = 'Gregory Oschwald'
__license__ = 'LGPLv2+'
__copyright__ = 'Copyright 2013 Maxmind, Inc.'
0 commit comments