Skip to content

Commit ff2c03b

Browse files
committed
Bump version
1 parent 9e54c72 commit ff2c03b

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.12.3 (2018-11-13)
6+
^^^^^^^^^^^^^^^^^^^
7+
8+
- Added `allow_temporal_ssn` parameter to fi_ssn validator (#97, pull request courtesy quantus)
9+
- Remove py33 support
10+
11+
512
0.12.2 (2018-06-03)
613
^^^^^^^^^^^^^^^^^^^
714

validators/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
from .utils import ValidationFailure, validator # noqa
1515
from .uuid import uuid # noqa
1616

17-
__version__ = '0.12.2'
17+
__version__ = '0.12.3'

0 commit comments

Comments
 (0)