aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-07-15 20:12:31 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2015-07-15 20:12:31 +0200
commit86c6bb1a59172f28dd600ad89bbe83f8b3e8f408 (patch)
tree4de2b0f62a65a90c0f164f4306c9baac875fdb73
parent146a29d9a9965d37f294f133820cd99b8cb7ae1b (diff)
downloadipaddress-86c6bb1a59172f28dd600ad89bbe83f8b3e8f408.tar.gz
release 1.0.13
-rw-r--r--ipaddress.py2
-rw-r--r--setup.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/ipaddress.py b/ipaddress.py
index 9d3c231..92fe189 100644
--- a/ipaddress.py
+++ b/ipaddress.py
@@ -14,7 +14,7 @@ from __future__ import unicode_literals
import itertools
import struct
-__version__ = '1.0.12'
+__version__ = '1.0.13'
# Compatibility functions
_compat_int_types = (int,)
diff --git a/setup.py b/setup.py
index 302ae9d..5a0ce11 100644
--- a/setup.py
+++ b/setup.py
@@ -8,9 +8,9 @@ except ImportError:
settings = {
'name': 'ipaddress',
- 'version': '1.0.12',
+ 'version': '1.0.13',
'description': 'IPv4/IPv6 manipulation library',
- 'long_description': 'Port of the 3.3+ ipaddress module to 2.6, 2.7, and 3.2',
+ 'long_description': 'Port of the 3.3+ ipaddress module to 2.6, 2.7, 3.2',
'author': 'Philipp Hagemeister',
'author_email': 'phihag@phihag.de',
'url': 'https://github.com/phihag/ipaddress',