Skip to content

Commit 34d355e

Browse files
committed
Bump version
1 parent 359653a commit 34d355e

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.5 (2019-04-15)
6+
^^^^^^^^^^^^^^^^^^^
7+
8+
- Fixed py37 support (#113, pull request courtesy agiletechnologist)
9+
10+
511
0.12.4 (2019-01-02)
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.4'
17+
__version__ = '0.12.5'

0 commit comments

Comments
 (0)