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 7b26c25 commit 5955e44Copy full SHA for 5955e44
HISTORY.rst
@@ -3,6 +3,11 @@
3
History
4
-------
5
6
+0.5.1 (2014-03-28)
7
+++++++++++++++++++
8
+
9
+* Switched to Apache 2.0 license.
10
11
0.5.0 (2014-02-11)
12
++++++++++++++++++
13
requirements.txt
@@ -1,2 +1,2 @@
1
-requests>=2.0
2
-maxminddb>=0.3.0
+requests>=2.2
+maxminddb>=0.3.2
setup.py
@@ -45,6 +45,7 @@
45
'Environment :: Web Environment',
46
'Intended Audience :: Developers',
47
'Intended Audience :: System Administrators',
48
+ 'License :: OSI Approved :: Apache Software License',
49
'Programming Language :: Python :: 2.6',
50
'Programming Language :: Python :: 2.7',
51
'Programming Language :: Python :: 3',
0 commit comments