Skip to content

Commit 5652195

Browse files
committed
Prepare for 0.3.2
1 parent 039a981 commit 5652195

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

HISTORY.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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+
613
0.3.1 (2014-02-11)
714
++++++++++++++++++
815

maxminddb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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.'

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)