We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b5dca commit 88f0f52Copy full SHA for 88f0f52
.gitignore
@@ -1,8 +1,11 @@
1
+*.egg
2
*.pyc
3
*.so
4
*.sw?
5
*~
6
.coverage
7
+.eggs
8
+.idea
9
build
10
core
11
dist
HISTORY.rst
@@ -3,7 +3,7 @@
History
-------
-1.1.0 (2014-12-XX)
+1.1.0 (2014-12-09)
++++++++++++++++++
* The pure Python reader now supports an optional file and memory mode in
maxminddb/__init__.py
@@ -39,7 +39,7 @@ def Reader(database): # pylint: disable=invalid-name
39
return open_database(database)
40
41
__title__ = 'maxminddb'
42
-__version__ = '1.0.0'
+__version__ = '1.1.0'
43
__author__ = 'Gregory Oschwald'
44
__license__ = 'Apache License, Version 2.0'
45
__copyright__ = 'Copyright 2014 Maxmind, Inc.'
0 commit comments