Skip to content

Commit 84dfb21

Browse files
committed
Bump version
1 parent 289ff53 commit 84dfb21

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.2 (2020-01-24)
6+
^^^^^^^^^^^^^^^^^^^
7+
8+
- Made domain validation case-insensitive (#136, pull request courtesy ehmkah)
9+
10+
511
0.14.1 (2019-12-04)
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.14.1'
22+
__version__ = '0.14.2'

0 commit comments

Comments
 (0)