Skip to content

Commit 15a5258

Browse files
committed
Prepare for 0.3.3
1 parent c6f4cae commit 15a5258

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.rst

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
History
44
-------
55

6+
0.3.3 (2014-04-09)
7+
++++++++++++++++++
8+
9+
* Corrected initialization of objects in C extension and made the objects
10+
behave more similarly to their pure Python counterparts.
11+
612
0.3.2 (2014-03-28)
713
++++++++++++++++++
814

maxminddb/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
__title__ = 'maxminddb'
16-
__version__ = '0.3.2'
16+
__version__ = '0.3.3'
1717
__author__ = 'Gregory Oschwald'
1818
__license__ = 'Apache License, Version 2.0'
1919
__copyright__ = 'Copyright 2014 Maxmind, Inc.'

0 commit comments

Comments
 (0)