Update changelog

This commit is contained in:
Lance Edgar 2017-08-16 20:46:00 -05:00
parent e945ebe325
commit 422b7681f4
2 changed files with 9 additions and 1 deletions

View file

@ -2,6 +2,14 @@
CHANGELOG CHANGELOG
========= =========
0.6.33 (2017-08-16)
-------------------
* Add ``LocalDateTimeFieldRenderer`` for formalchemy
* Fix auto-disable button on form submit, per Chrome issues
0.6.32 (2017-08-15) 0.6.32 (2017-08-15)
------------------- -------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*- # -*- coding: utf-8; -*-
__version__ = '0.6.32' __version__ = '0.6.33'