Skip to content

Commit 1dd07ab

Browse files
committed
Bump version
1 parent 7fe92bd commit 1dd07ab

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGES.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
Changelog
22
---------
33

4+
0.16.0 (2020-07-16)
5+
^^^^^^^^^^^^^^^^^^^
6+
7+
- Added support for emojis and more IDNA URLs (#161, pull request courtesy of automationator)
8+
9+
410
0.15.0 (2020-05-07)
5-
^^^^^^^^^^^^^^^^^^
11+
^^^^^^^^^^^^^^^^^^^
612

713
- Added bank card validators (#157, pull request courtesy of TimonPeng)
814

validators/__init__.py

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

34-
__version__ = '0.15.0'
34+
__version__ = '0.16.0'

0 commit comments

Comments
 (0)