File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed
Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.12.1]
4+
5+ ** Changes** :
6+ - [ #435 ] ( https://github.com/alecthomas/voluptuous/pull/435 ) : Extended a few tests (` Required ` and ` In ` )
7+ - [ #425 ] ( https://github.com/alecthomas/voluptuous/pull/425 ) : Improve error message for ` In ` and ` NotIn `
8+ - [ #436 ] ( https://github.com/alecthomas/voluptuous/pull/436 ) : Add sorted() for ` In ` and ` NotIn ` + fix tests
9+ - [ #437 ] ( https://github.com/alecthomas/voluptuous/pull/437 ) : Grouped ` Maybe ` tests plus added another ` Range ` test
10+ - [ #438 ] ( https://github.com/alecthomas/voluptuous/pull/438 ) : Extend tests for ` Schema ` with empty list or dict
11+
12+ ** New** :
13+ - [ #433 ] ( https://github.com/alecthomas/voluptuous/pull/433 ) : Add Python 3.9 support
14+
15+ ** Fixes** :
16+ - [ #431 ] ( https://github.com/alecthomas/voluptuous/pull/431 ) : Fixed typos + made spelling more consistent
17+ - [ #411 ] ( https://github.com/alecthomas/voluptuous/pull/411 ) : Ensure ` Maybe ` propagates error information
18+ - [ #434 ] ( https://github.com/alecthomas/voluptuous/pull/434 ) : Remove value enumeration when validating empty list
19+
320## [ 0.12.0]
421
522** Changes** :
@@ -157,4 +174,4 @@ translation to python 2 issue fixed.
157174
158175## 0.9.3 (2016-08-03)
159176
160- Changelog not kept for 0.9.3 and earlier releases.
177+ Changelog not kept for 0.9.3 and earlier releases.
Original file line number Diff line number Diff line change 55from voluptuous .util import *
66from voluptuous .error import *
77
8- __version__ = '0.11.7 '
8+ __version__ = '0.12.1 '
99__author__ = 'alecthomas'
You can’t perform that action at this time.
0 commit comments