Skip to content

Commit 0693ced

Browse files
committed
Bump version
1 parent 7dcfe3c commit 0693ced

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

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

44

5+
0.14.1 (2019-12-04)
6+
^^^^^^^^^^^^^^^^^^^
7+
8+
- Updated domain validator regex to not allow numeric only TLDs (#133, pull request courtesy jmeridth)
9+
- Allow for idna encoded domains (#133, pull request courtesy jmeridth)
10+
11+
512
0.14.0 (2019-08-21)
613
^^^^^^^^^^^^^^^^^^^
714

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.14.0'
22+
__version__ = '0.14.1'

0 commit comments

Comments
 (0)