Skip to content

Commit f7221ba

Browse files
committed
Bump version
1 parent 5558e62 commit f7221ba

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ Changelog
22
---------
33

44

5+
0.18.2 (2020-12-18)
6+
^^^^^^^^^^^^^^^^^^^
7+
8+
- Implement actual validation for old style BTC addresses including checksumming (#182, pull request courtesy of tpatja)
9+
- Use a regex to guesstimate validity of new segwit BTC addresses (#182, pull request courtesy of tpatja)
10+
11+
512
0.18.1 (2020-09-03)
613
^^^^^^^^^^^^^^^^^^^
714

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.1'
35+
__version__ = '0.18.2'

0 commit comments

Comments
 (0)