Skip to content

Commit ed119ea

Browse files
committed
Updated history file and bumped version number
1 parent 33d7eaf commit ed119ea

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.1 (2013-06-10)
7+
++++++++++++++++++
8+
9+
* First official beta release.
10+
* Documentation updates and corrections.
11+
612
0.2.0 (2013-05-29)
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.0'
4+
__version__ = '0.2.1'
55
__author__ = 'Gregory Oschwald'
66
__license__ = 'LGPLv2+'
77
__copyright__ = 'Copyright 2013 Maxmind, Inc.'

0 commit comments

Comments
 (0)