Skip to content

Commit 9c35f18

Browse files
committed
Bump version
1 parent 67c57f4 commit 9c35f18

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
@@ -1,6 +1,12 @@
11
Changelog
22
---------
33

4+
0.20.0 (2022-06-05)
5+
^^^^^^^^^^^^^^^^^^^
6+
7+
- Added ipv4 digit lenghts validation (#191, pull request courtesy of Norbiox)
8+
- Fixes error with international URLs that have more than 2 hyphens (#184, pull request courtesy of automationator)
9+
410

511
0.19.0 (2022-05-04)
612
^^^^^^^^^^^^^^^^^^^

validators/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232
'card_number', 'visa', 'mastercard', 'amex', 'unionpay', 'diners',
3333
'jcb', 'discover', 'btc_address')
3434

35-
__version__ = '0.19.0'
35+
__version__ = '0.20.0'

0 commit comments

Comments
 (0)