File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
History
4
4
-------
5
5
6
- 1.2.0 (2015-04-XX )
6
+ 1.2.0 (2015-04-07 )
7
7
++++++++++++++++++
8
8
9
9
* Previously if ``MODE_FILE `` was used and the database was loaded before
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ def Reader(database): # pylint: disable=invalid-name
40
40
return open_database (database )
41
41
42
42
__title__ = 'maxminddb'
43
- __version__ = '1.1.1 '
43
+ __version__ = '1.2.0 '
44
44
__author__ = 'Gregory Oschwald'
45
45
__license__ = 'Apache License, Version 2.0'
46
46
__copyright__ = 'Copyright 2014 Maxmind, Inc.'
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ def run_setup(with_cext):
137
137
license = LICENSE ,
138
138
cmdclass = cmdclass ,
139
139
classifiers = (
140
- 'Development Status :: 3 - Alpha ' ,
140
+ 'Development Status :: 5 - Production/Stable ' ,
141
141
'Environment :: Web Environment' ,
142
142
'Intended Audience :: Developers' ,
143
143
'Intended Audience :: System Administrators' ,
@@ -146,6 +146,7 @@ def run_setup(with_cext):
146
146
'Programming Language :: Python :: 2.7' ,
147
147
'Programming Language :: Python :: 3' ,
148
148
'Programming Language :: Python :: 3.3' ,
149
+ 'Programming Language :: Python :: 3.4' ,
149
150
'Programming Language :: Python' ,
150
151
'Topic :: Internet :: Proxy Servers' ,
151
152
'Topic :: Internet' ,
You can’t perform that action at this time.
0 commit comments