Update changelog

This commit is contained in:
Lance Edgar 2018-02-14 14:18:38 -06:00
parent cb2234cef5
commit 79634d402e
2 changed files with 17 additions and 1 deletions

View file

@ -2,6 +2,22 @@
CHANGELOG
=========
0.7.2 (2018-02-14)
------------------
* Refactor all remaining forms to use colander/deform.
* Coalesce 'forms2' => 'forms' package.
* Remove dependencies: FormAlchemy, FormEncode, pyramid_simpleform, pyramid_debugtoolbar
* Misc. cleanup for Python 3.
* Add generic 'login_as_home' setting.
* Add tailbone version to base stylesheet URLs.
0.7.1 (2018-02-10)
------------------

View file

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