Skip to content

Commit

Permalink
Release 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tankanow authored and alecthomas committed Sep 20, 2021
1 parent e5e3b51 commit 980a55f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.12.2]

**Fixes**:
- [#439](https://github.com/alecthomas/voluptuous/issues/439): Revert Breaking Maybe change in 0.12.1
- [#447](https://github.com/alecthomas/voluptuous/issues/447): Fix Email Regex to not match on extra characters

## [0.12.1]

**Changes**:
Expand Down Expand Up @@ -174,4 +180,4 @@ translation to python 2 issue fixed.

## 0.9.3 (2016-08-03)

Changelog not kept for 0.9.3 and earlier releases.
Changelog not kept for 0.9.3 and earlier releases.
2 changes: 1 addition & 1 deletion voluptuous/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
from voluptuous.util import *
from voluptuous.error import *

__version__ = '0.12.1'
__version__ = '0.12.2'
__author__ = 'alecthomas'

0 comments on commit 980a55f

Please sign in to comment.