File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 33 History
44-------
55
6+ 0.3.2 (2014-03-28)
7+ ++++++++++++++++++
8+
9+ * Switched to Apache 2.0 license.
10+ * We now open the database file in read-only mode.
11+ * Minor code clean-up.
12+
6130.3.1 (2014-02-11)
714++++++++++++++++++
815
Original file line number Diff line number Diff line change 1111
1212
1313__title__ = 'maxminddb'
14- __version__ = '0.3.1 '
14+ __version__ = '0.3.2 '
1515__author__ = 'Gregory Oschwald'
1616__license__ = 'Apache License, Version 2.0'
1717__copyright__ = 'Copyright 2014 Maxmind, Inc.'
Original file line number Diff line number Diff line change @@ -137,6 +137,7 @@ def run_setup(with_cext):
137137 'Environment :: Web Environment' ,
138138 'Intended Audience :: Developers' ,
139139 'Intended Audience :: System Administrators' ,
140+ 'License :: OSI Approved :: Apache Software License' ,
140141 'Programming Language :: Python :: 2.6' ,
141142 'Programming Language :: Python :: 2.7' ,
142143 'Programming Language :: Python :: 3' ,
You can’t perform that action at this time.
0 commit comments