We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8067721 commit 2e51683Copy full SHA for 2e51683
CHANGES.rst
@@ -2,6 +2,12 @@ Changelog
2
---------
3
4
5
+0.12.6 (2019-05-08)
6
+^^^^^^^^^^^^^^^^^^^
7
+
8
+- Fixed domain validator for single character domains (#118, pull request courtesy kingbuzzman)
9
10
11
0.12.5 (2019-04-15)
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.5'
+__version__ = '0.12.6'
0 commit comments