Skip to content

Commit fb775b9

Browse files
committed
Prepare for 2.3.0
1 parent c4fb2db commit fb775b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HISTORY.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
History
44
-------
55

6-
2.3.0 (201X-XX-XX)
6+
2.3.0 (2016-04-15)
77
++++++++++++++++++
88

99
* Added support for the GeoIP2 Enterprise database.

geoip2/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pylint:disable=C0111
22

33
__title__ = 'geoip2'
4-
__version__ = '2.2.0'
4+
__version__ = '2.3.0'
55
__author__ = 'Gregory Oschwald'
66
__license__ = 'Apache License, Version 2.0'
77
__copyright__ = 'Copyright (c) 2013-2016 Maxmind, Inc.'

0 commit comments

Comments
 (0)