We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89cbd84 commit cda1672Copy full SHA for cda1672
HISTORY.rst
@@ -3,6 +3,13 @@
3
History
4
-------
5
6
+2.2.0 (2015-06-29)
7
+++++++++++++++++++
8
+
9
+* The ``geoip2.records.Location` class has been updated to add attributes for
10
+ the ``average_income`` and ``population_density`` fields provided by the
11
+ Insights web service.
12
13
2.1.0 (2014-12-09)
14
++++++++++++++++++
15
geoip2/__init__.py
@@ -1,7 +1,7 @@
1
# pylint:disable=C0111
2
__title__ = 'geoip2'
-__version__ = '2.1.0'
+__version__ = '2.2.0'
__author__ = 'Gregory Oschwald'
__license__ = 'Apache License, Version 2.0'
__copyright__ = 'Copyright 2014 Maxmind, Inc.'
0 commit comments