We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e54c72 commit ff2c03bCopy full SHA for ff2c03b
CHANGES.rst
@@ -2,6 +2,13 @@ Changelog
2
---------
3
4
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
12
0.12.2 (2018-06-03)
13
^^^^^^^^^^^^^^^^^^^
14
validators/__init__.py
@@ -14,4 +14,4 @@
from .utils import ValidationFailure, validator # noqa
15
from .uuid import uuid # noqa
16
17
-__version__ = '0.12.2'
+__version__ = '0.12.3'
0 commit comments