Skip to content

Commit b995f81

Browse files
committed
Bump version
1 parent 6f54393 commit b995f81

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.14.0 (2019-08-21)
6+
^^^^^^^^^^^^^^^^^^^
7+
8+
- Added new validators ``ipv4_cidr``, ``ipv6_cidr`` (#117, pull request courtesy woodruffw)
9+
10+
511
0.13.0 (2019-05-20)
612
^^^^^^^^^^^^^^^^^^^
713

validators/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
'ipv4_cidr', 'ipv6', 'ipv6_cidr', 'length', 'mac_address', 'slug',
2020
'truthy', 'url', 'ValidationFailure', 'validator', 'uuid')
2121

22-
__version__ = '0.13.0'
22+
__version__ = '0.14.0'

0 commit comments

Comments
 (0)