Skip to content

Commit 78be255

Browse files
committed
Bump version
1 parent 0ea54dd commit 78be255

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.18.1 (2020-09-03)
6+
^^^^^^^^^^^^^^^^^^^
7+
8+
- Made uuid validator accept UUID objects (#174, pull request courtesy of Letsch22)
9+
10+
511
0.18.0 (2020-08-19)
612
^^^^^^^^^^^^^^^^^^^
713

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.18.0'
35+
__version__ = '0.18.1'

0 commit comments

Comments
 (0)