From: <sub...@co...> - 2008-12-20 22:01:25
|
Author: ianb Date: 2008-12-20 15:01:19 -0700 (Sat, 20 Dec 2008) New Revision: 3746 Modified: FormEncode/trunk/docs/conf.py FormEncode/trunk/docs/news.txt Log: update version for release Modified: FormEncode/trunk/docs/conf.py =================================================================== --- FormEncode/trunk/docs/conf.py 2008-12-20 01:02:12 UTC (rev 3745) +++ FormEncode/trunk/docs/conf.py 2008-12-20 22:01:19 UTC (rev 3746) @@ -40,9 +40,9 @@ # other places throughout the built documents. # # The short X.Y version. -version = '1.2' +version = '1.2.1' # The full version, including alpha/beta/rc tags. -release = '1.2' +release = '1.2.1' # 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 2008-12-20 01:02:12 UTC (rev 3745) +++ FormEncode/trunk/docs/news.txt 2008-12-20 22:01:19 UTC (rev 3746) @@ -3,8 +3,8 @@ .. contents:: -svn trunk ---------- +1.2.1 +----- * Be more careful about ``unicode(Invalid(...))``, to make sure it always returns unicode. |