Skip to content

Commit 980a55f

Browse files
Tankanowalecthomas
authored andcommitted
Release 0.12.2
1 parent e5e3b51 commit 980a55f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## [0.12.1]
410

511
**Changes**:
@@ -174,4 +180,4 @@ translation to python 2 issue fixed.
174180

175181
## 0.9.3 (2016-08-03)
176182

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
from voluptuous.util import *
66
from voluptuous.error import *
77

8-
__version__ = '0.12.1'
8+
__version__ = '0.12.2'
99
__author__ = 'alecthomas'

0 commit comments

Comments
 (0)