Skip to content

Commit dc5f17b

Browse files
committed
Bump version
1 parent 9a045bb commit dc5f17b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ Changelog
22
---------
33

44

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+
511
0.12.1 (2018-01-30)
612
^^^^^^^^^^^^^^^^^^^
713

validators/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
from .utils import ValidationFailure, validator # noqa
1515
from .uuid import uuid # noqa
1616

17-
__version__ = '0.12.1'
17+
__version__ = '0.12.2'

0 commit comments

Comments
 (0)