We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4fb2db commit fb775b9Copy full SHA for fb775b9
HISTORY.rst
@@ -3,7 +3,7 @@
3
History
4
-------
5
6
-2.3.0 (201X-XX-XX)
+2.3.0 (2016-04-15)
7
++++++++++++++++++
8
9
* Added support for the GeoIP2 Enterprise database.
geoip2/__init__.py
@@ -1,7 +1,7 @@
1
# pylint:disable=C0111
2
__title__ = 'geoip2'
-__version__ = '2.2.0'
+__version__ = '2.3.0'
__author__ = 'Gregory Oschwald'
__license__ = 'Apache License, Version 2.0'
__copyright__ = 'Copyright (c) 2013-2016 Maxmind, Inc.'
0 commit comments