From: <sub...@co...> - 2009-03-05 17:52:43
|
Author: ianb Date: 2009-03-05 10:52:32 -0700 (Thu, 05 Mar 2009) New Revision: 3797 Modified: FormEncode/trunk/docs/conf.py FormEncode/trunk/docs/news.txt Log: update news for release Modified: FormEncode/trunk/docs/conf.py =================================================================== --- FormEncode/trunk/docs/conf.py 2009-03-04 18:28:14 UTC (rev 3796) +++ FormEncode/trunk/docs/conf.py 2009-03-05 17:52:32 UTC (rev 3797) @@ -40,9 +40,9 @@ # other places throughout the built documents. # # The short X.Y version. -version = '1.2.1' +version = '1.2.2' # The full version, including alpha/beta/rc tags. -release = '1.2.1' +release = '1.2.2' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: Modified: FormEncode/trunk/docs/news.txt =================================================================== --- FormEncode/trunk/docs/news.txt 2009-03-04 18:28:14 UTC (rev 3796) +++ FormEncode/trunk/docs/news.txt 2009-03-05 17:52:32 UTC (rev 3797) @@ -3,14 +3,16 @@ .. contents:: -svn trunk ---------- +1.2.2 +----- * Added keyword argument ``force_defaults`` to :func:`formencode.htmlfill.render`; when this is True (the default) this will uncheck checkboxes, unselect select boxes, etc., when a value is missing from the default dictionary. +* Updated German translation + 1.2.1 ----- |