We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e3b51 commit 980a55fCopy full SHA for 980a55f
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [0.12.2]
4
+
5
+**Fixes**:
6
+- [#439](https://github.com/alecthomas/voluptuous/issues/439): Revert Breaking Maybe change in 0.12.1
7
+- [#447](https://github.com/alecthomas/voluptuous/issues/447): Fix Email Regex to not match on extra characters
8
9
## [0.12.1]
10
11
**Changes**:
@@ -174,4 +180,4 @@ translation to python 2 issue fixed.
174
180
175
181
## 0.9.3 (2016-08-03)
176
182
177
-Changelog not kept for 0.9.3 and earlier releases.
183
+Changelog not kept for 0.9.3 and earlier releases.
voluptuous/__init__.py
@@ -5,5 +5,5 @@
from voluptuous.util import *
from voluptuous.error import *
-__version__ = '0.12.1'
+__version__ = '0.12.2'
__author__ = 'alecthomas'
0 commit comments