Skip to content

Commit 88f0f52

Browse files
committed
Prepare for 1.1.0
1 parent 74b5dca commit 88f0f52

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
*.egg
12
*.pyc
23
*.so
34
*.sw?
45
*~
56
.coverage
7+
.eggs
8+
.idea
69
build
710
core
811
dist

HISTORY.rst

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

6-
1.1.0 (2014-12-XX)
6+
1.1.0 (2014-12-09)
77
++++++++++++++++++
88

99
* The pure Python reader now supports an optional file and memory mode in

maxminddb/__init__.py

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

4141
__title__ = 'maxminddb'
42-
__version__ = '1.0.0'
42+
__version__ = '1.1.0'
4343
__author__ = 'Gregory Oschwald'
4444
__license__ = 'Apache License, Version 2.0'
4545
__copyright__ = 'Copyright 2014 Maxmind, Inc.'

0 commit comments

Comments
 (0)