Skip to content

Commit fc0eeae

Browse files
committed
Bump version
1 parent 93c7530 commit fc0eeae

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

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

44

5+
0.12.4 (2019-01-02)
6+
^^^^^^^^^^^^^^^^^^^
7+
8+
- Use inspect.getfullargspec() in py3 (#110, pull request courtesy riconnon)
9+
10+
511
0.12.3 (2018-11-13)
612
^^^^^^^^^^^^^^^^^^^
713

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.3'
17+
__version__ = '0.12.4'

0 commit comments

Comments
 (0)