Skip to content

Commit

Permalink
Prep 2.0.14 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy committed Aug 26, 2020
1 parent afe97bc commit 0acbb16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0acbb16

Please sign in to comment.