Skip to content

Commit 93fe7ad

Browse files
committed
Bump version
1 parent c31688e commit 93fe7ad

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.rst

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

4+
5+
0.17.0 (2020-08-02)
6+
^^^^^^^^^^^^^^^^^^^
7+
8+
- Added python_requires='>=3.4' to setup.py (#163, pull request courtesy of vphilippon)
9+
- Fixed URL validator ip_last_octet regex (#145, pull request courtesy of ghost)
10+
11+
412
0.16.0 (2020-07-16)
513
^^^^^^^^^^^^^^^^^^^
614

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.16.0'
34+
__version__ = '0.17.0'

0 commit comments

Comments
 (0)