We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf017e commit c3d61efCopy full SHA for c3d61ef
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [0.13.0]
4
+
5
+**Changes**:
6
7
+- [#450](https://github.com/alecthomas/voluptuous/pull/450): Display valid Enum values in Coerce
8
9
## [0.12.2]
10
11
**Fixes**:
voluptuous/__init__.py
@@ -5,5 +5,5 @@
from voluptuous.util import *
from voluptuous.error import *
-__version__ = '0.12.2'
+__version__ = '0.13.0'
__author__ = 'alecthomas'
0 commit comments