Skip to content

Commit 0029897

Browse files
committed
Update version and add note about Semantic Versioning to the README.rst
1 parent 35a1e6d commit 0029897

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ Python version support
5353

5454
This code requires Python 2.6+ or 3.1+. Older versions are not supported.
5555

56+
Versioning
57+
----------
58+
59+
The GeoIP2 Python API uses `Semantic Versioning <http://semver.org/>`_.
60+
5661
Support
5762
-------
5863

geoip2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
=================
55
"""
66
__title__ = 'geoip2'
7-
__version__ = '0.1'
7+
__version__ = '0.1.0'
88
__author__ = 'Gregory Oschwald'
99
__license__ = 'LGPLv2+'
1010
__copyright__ = 'Copyright 2013 Maxmind, Inc.'

0 commit comments

Comments
 (0)