Skip to content

Commit 0acbb16

Browse files
committed
Prep 2.0.14 release
1 parent afe97bc commit 0acbb16

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
.. _2.0.14:
22

3-
2.0.14 (2020-08-XX)
3+
2.0.14 (2020-08-26)
44
-------------------
55

66
- Field.validate() now raises ``ValidationFailure`` upon peppercorn parse
77
failure.
88
See https://github.com/Pylons/deform/pull/242
99

10+
- Bump maskMoney.js to 3.1.1 and use minified version.
11+
https://github.com/Pylons/deform/issues/412
12+
1013

1114
.. _2.0.13:
1215

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def readfile(name):
2323

2424
README = readfile("README.rst")
2525
CHANGES = readfile("CHANGES.txt")
26-
VERSION = '2.0.13'
26+
VERSION = '2.0.14'
2727

2828
requires = [
2929
"Chameleon>=2.5.1", # Markup class

0 commit comments

Comments
 (0)