Skip to content

Commit 4f24aba

Browse files
committed
Prepare for 2.0.0
1 parent 2e05f39 commit 4f24aba

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
History
44
-------
55

6+
2.0.0 (2014-09-22)
7+
++++++++++++++++++
8+
9+
* First production release.
10+
611
0.7.0 (2014-09-15)
712
++++++++++++++++++
813

README.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22
MaxMind GeoIP2 Python API
33
=========================
44

5-
Beta Note
6-
---------
7-
This is a beta release. The API may change before the first production
8-
release, which will be numbered 2.0.0.
9-
10-
You may find information on the GeoIP2 beta release process on `our
11-
website <http://www.maxmind.com/en/geoip2_beta>`_.
12-
135
Description
146
-----------
157

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__ = '0.7.0'
4+
__version__ = '2.0.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>=0.3.3
2+
maxminddb>=1.0.0

0 commit comments

Comments
 (0)