We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c7530 commit fc0eeaeCopy full SHA for fc0eeae
CHANGES.rst
@@ -2,6 +2,12 @@ Changelog
2
---------
3
4
5
+0.12.4 (2019-01-02)
6
+^^^^^^^^^^^^^^^^^^^
7
+
8
+- Use inspect.getfullargspec() in py3 (#110, pull request courtesy riconnon)
9
10
11
0.12.3 (2018-11-13)
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.3'
+__version__ = '0.12.4'
0 commit comments