Skip to content

Commit 9f36491

Browse files
committed
Prepare for 0.4.0 release
1 parent a9675ea commit 9f36491

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

HISTORY.rst

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

6-
0.4.0 (2013-XX-XX)
6+
0.4.0 (2013-10-21)
77
++++++++++++++++++
88

9-
* Changed the `languages` keyword argument to `locales` on the constructors
10-
for `geoip.webservice.Client` and `geoip.database.Reader`.
9+
* API CHANGE: Changed the `languages` keyword argument to `locales` on the
10+
constructors for `geoip.webservice.Client` and `geoip.database.Reader`.
1111

1212
0.3.1 (2013-10-15)
1313
++++++++++++++++++

geoip2/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
#pylint:disable=C0111
1+
# pylint:disable=C0111
22

33
__title__ = 'geoip2'
4-
__version__ = '0.3.1'
4+
__version__ = '0.4.0'
55
__author__ = 'Gregory Oschwald'
6-
__license__ = 'LGPLv2+'
6+
__license__ = 'LGPLv2.1+'
77
__copyright__ = 'Copyright 2013 Maxmind, Inc.'

0 commit comments

Comments
 (0)