Skip to content

Commit f4cd718

Browse files
committed
Prepare for 2.1.0
1 parent ddc1f48 commit f4cd718

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
*~
2+
*.egg
3+
.idea
24
build
35
.coverage
46
dist

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
History
44
-------
55

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

99
* The reader now supports pure Python file and memory modes. If you are not

geoip2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pylint:disable=C0111
22

33
__title__ = 'geoip2'
4-
__version__ = '2.0.2'
4+
__version__ = '2.1.0'
55
__author__ = 'Gregory Oschwald'
66
__license__ = 'Apache License, Version 2.0'
77
__copyright__ = 'Copyright 2014 Maxmind, Inc.'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
requests>=2.4
2-
maxminddb>=1.0.0
2+
maxminddb>=1.1.0

0 commit comments

Comments
 (0)