aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2018-04-14 19:49:30 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2018-04-14 19:49:30 +0200
commit29604361a18d5dbf81d12b3a65d8ebecccda1dc4 (patch)
tree943f24409fe8f65699e6d91f96fb411aece451fe
parent86af872d0ee5cdd14df31097a7becce45e3c7172 (diff)
downloadipaddress-29604361a18d5dbf81d12b3a65d8ebecccda1dc4.tar.gz
release 1.0.20
-rw-r--r--ipaddress.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaddress.py b/ipaddress.py
index 8cfdd58..18001de 100644
--- a/ipaddress.py
+++ b/ipaddress.py
@@ -14,7 +14,7 @@ from __future__ import unicode_literals
import itertools
import struct
-__version__ = '1.0.19'
+__version__ = '1.0.20'
# Compatibility functions
_compat_int_types = (int,)