diff --git a/CHANGES.txt b/CHANGES.txt index c7336a9f..05790937 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,12 +1,15 @@ .. _2.0.14: -2.0.14 (2020-08-XX) +2.0.14 (2020-08-26) ------------------- - Field.validate() now raises ``ValidationFailure`` upon peppercorn parse failure. See https://github.com/Pylons/deform/pull/242 +- Bump maskMoney.js to 3.1.1 and use minified version. + https://github.com/Pylons/deform/issues/412 + .. _2.0.13: diff --git a/setup.py b/setup.py index 2e9c6260..1aa71276 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def readfile(name): README = readfile("README.rst") CHANGES = readfile("CHANGES.txt") -VERSION = '2.0.13' +VERSION = '2.0.14' requires = [ "Chameleon>=2.5.1", # Markup class