We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 359653a commit 34d355eCopy full SHA for 34d355e
CHANGES.rst
@@ -2,6 +2,12 @@ Changelog
2
---------
3
4
5
+0.12.5 (2019-04-15)
6
+^^^^^^^^^^^^^^^^^^^
7
+
8
+- Fixed py37 support (#113, pull request courtesy agiletechnologist)
9
10
11
0.12.4 (2019-01-02)
12
^^^^^^^^^^^^^^^^^^^
13
validators/__init__.py
@@ -14,4 +14,4 @@
14
from .utils import ValidationFailure, validator # noqa
15
from .uuid import uuid # noqa
16
17
-__version__ = '0.12.4'
+__version__ = '0.12.5'
0 commit comments