Skip to content

Commit dc0007a

Browse files
committed
v0.2.2 - updated history and version number
1 parent f493f97 commit dc0007a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
History
44
-------
55

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+
612
0.2.1 (2013-06-10)
713
++++++++++++++++++
814

geoip2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#pylint:disable=C0111
22

33
__title__ = 'geoip2'
4-
__version__ = '0.2.1'
4+
__version__ = '0.2.2'
55
__author__ = 'Gregory Oschwald'
66
__license__ = 'LGPLv2+'
77
__copyright__ = 'Copyright 2013 Maxmind, Inc.'

0 commit comments

Comments
 (0)