We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f4cae commit 15a5258Copy full SHA for 15a5258
HISTORY.rst
@@ -3,6 +3,12 @@
3
History
4
-------
5
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
12
0.3.2 (2014-03-28)
13
++++++++++++++++++
14
maxminddb/__init__.py
@@ -13,7 +13,7 @@
15
__title__ = 'maxminddb'
16
-__version__ = '0.3.2'
+__version__ = '0.3.3'
17
__author__ = 'Gregory Oschwald'
18
__license__ = 'Apache License, Version 2.0'
19
__copyright__ = 'Copyright 2014 Maxmind, Inc.'
0 commit comments