From 29604361a18d5dbf81d12b3a65d8ebecccda1dc4 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Sat, 14 Apr 2018 19:49:30 +0200 Subject: release 1.0.20 --- ipaddress.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,) -- cgit v1.2.3