Skip to content

Commit 1452b46

Browse files
committed
Bump version
1 parent 75dcaad commit 1452b46

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.0 (2020-08-19)
6+
^^^^^^^^^^^^^^^^^^^
7+
8+
- Added bitcoin address validator (#166, pull request courtesy of daveusa31)
9+
10+
511
0.17.1 (2020-08-03)
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.17.1'
35+
__version__ = '0.18.0'

0 commit comments

Comments
 (0)