From 0acbb1656c00ee3ea6cb5da3decc097f0665d35a Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Wed, 26 Aug 2020 05:12:58 -0700 Subject: [PATCH] Prep 2.0.14 release --- CHANGES.txt | 5 ++++- setup.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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