Author: ianb Date: 2008-10-27 15:31:10 -0600 (Mon, 27 Oct 2008) New Revision: 3631
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 2008-10-21 17:21:18 UTC (rev 3630) +++ FormEncode/trunk/docs/conf.py 2008-10-27 21:31:10 UTC (rev 3631) @@ -40,9 +40,9 @@ # other places throughout the built documents. # # The short X.Y version. -version = '1.0' +version = '1.1' # The full version, including alpha/beta/rc tags. -release = '1.0.2' +release = '1.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-10-21 17:21:18 UTC (rev 3630) +++ FormEncode/trunk/docs/news.txt 2008-10-27 21:31:10 UTC (rev 3631) @@ -3,8 +3,8 @@ .. contents:: -svn trunk ---------- +1.1 +--- * Fixed the ``is_empty()`` method in :class:`formencode.validators.FieldStorageUploadConverter`; ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ FormEncode-CVS mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/formencode-cvs
