Author: ianb Date: 2008-11-21 15:04:53 -0700 (Fri, 21 Nov 2008) New Revision: 3687
Modified: FormEncode/trunk/docs/conf.py FormEncode/trunk/docs/news.txt Log: update versions for 1.2 Modified: FormEncode/trunk/docs/conf.py =================================================================== --- FormEncode/trunk/docs/conf.py 2008-11-21 22:00:51 UTC (rev 3686) +++ FormEncode/trunk/docs/conf.py 2008-11-21 22:04:53 UTC (rev 3687) @@ -40,9 +40,9 @@ # other places throughout the built documents. # # The short X.Y version. -version = '1.1' +version = '1.2' # The full version, including alpha/beta/rc tags. -release = '1.1' +release = '1.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 2008-11-21 22:00:51 UTC (rev 3686) +++ FormEncode/trunk/docs/news.txt 2008-11-21 22:04:53 UTC (rev 3687) @@ -3,8 +3,8 @@ .. contents:: -svn trunk ---------- +1.2 +--- * Added :class:`formencode.validators.IPAddress`, validating IP addresses, from Leandro Lucarella. ------------------------------------------------------------------------- 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
