Skip to content

Commit d287d9d

Browse files
committed
Prepare for 1.2.0
1 parent 1586da6 commit d287d9d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

HISTORY.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
History
44
-------
55

6-
1.2.0 (2015-04-XX)
6+
1.2.0 (2015-04-07)
77
++++++++++++++++++
88

99
* Previously if ``MODE_FILE`` was used and the database was loaded before

maxminddb/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def Reader(database): # pylint: disable=invalid-name
4040
return open_database(database)
4141

4242
__title__ = 'maxminddb'
43-
__version__ = '1.1.1'
43+
__version__ = '1.2.0'
4444
__author__ = 'Gregory Oschwald'
4545
__license__ = 'Apache License, Version 2.0'
4646
__copyright__ = 'Copyright 2014 Maxmind, Inc.'

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def run_setup(with_cext):
137137
license=LICENSE,
138138
cmdclass=cmdclass,
139139
classifiers=(
140-
'Development Status :: 3 - Alpha',
140+
'Development Status :: 5 - Production/Stable',
141141
'Environment :: Web Environment',
142142
'Intended Audience :: Developers',
143143
'Intended Audience :: System Administrators',
@@ -146,6 +146,7 @@ def run_setup(with_cext):
146146
'Programming Language :: Python :: 2.7',
147147
'Programming Language :: Python :: 3',
148148
'Programming Language :: Python :: 3.3',
149+
'Programming Language :: Python :: 3.4',
149150
'Programming Language :: Python',
150151
'Topic :: Internet :: Proxy Servers',
151152
'Topic :: Internet',

0 commit comments

Comments
 (0)