Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kvesteri committed Jun 3, 2018
1 parent 9a045bb commit dc5f17b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Expand Up @@ -2,6 +2,12 @@ Changelog
---------


0.12.2 (2018-06-03)
^^^^^^^^^^^^^^^^^^^

- Fixed IPv4 formatted IP address returning True on ipv6 (#85, pull request courtesy johndlong)


0.12.1 (2018-01-30)
^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion validators/__init__.py
Expand Up @@ -14,4 +14,4 @@
from .utils import ValidationFailure, validator # noqa
from .uuid import uuid # noqa

__version__ = '0.12.1'
__version__ = '0.12.2'

0 comments on commit dc5f17b

Please sign in to comment.