We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe97bc commit 0acbb16Copy full SHA for 0acbb16
CHANGES.txt
@@ -1,12 +1,15 @@
1
.. _2.0.14:
2
3
-2.0.14 (2020-08-XX)
+2.0.14 (2020-08-26)
4
-------------------
5
6
- Field.validate() now raises ``ValidationFailure`` upon peppercorn parse
7
failure.
8
See https://github.com/Pylons/deform/pull/242
9
10
+- Bump maskMoney.js to 3.1.1 and use minified version.
11
+ https://github.com/Pylons/deform/issues/412
12
+
13
14
.. _2.0.13:
15
setup.py
@@ -23,7 +23,7 @@ def readfile(name):
23
24
README = readfile("README.rst")
25
CHANGES = readfile("CHANGES.txt")
26
-VERSION = '2.0.13'
+VERSION = '2.0.14'
27
28
requires = [
29
"Chameleon>=2.5.1", # Markup class
0 commit comments