Skip to content

Commit 2e51683

Browse files
committed
Bump version
1 parent 8067721 commit 2e51683

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.6 (2019-05-08)
6+
^^^^^^^^^^^^^^^^^^^
7+
8+
- Fixed domain validator for single character domains (#118, pull request courtesy kingbuzzman)
9+
10+
511
0.12.5 (2019-04-15)
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.5'
17+
__version__ = '0.12.6'

0 commit comments

Comments
 (0)