We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a045bb commit dc5f17bCopy full SHA for dc5f17b
CHANGES.rst
@@ -2,6 +2,12 @@ Changelog
2
---------
3
4
5
+0.12.2 (2018-06-03)
6
+^^^^^^^^^^^^^^^^^^^
7
+
8
+- Fixed IPv4 formatted IP address returning True on ipv6 (#85, pull request courtesy johndlong)
9
10
11
0.12.1 (2018-01-30)
12
^^^^^^^^^^^^^^^^^^^
13
validators/__init__.py
@@ -14,4 +14,4 @@
14
from .utils import ValidationFailure, validator # noqa
15
from .uuid import uuid # noqa
16
17
-__version__ = '0.12.1'
+__version__ = '0.12.2'
0 commit comments