diff options
| -rw-r--r-- | docs/conf.py | 4 | ||||
| -rw-r--r-- | docs/index.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py index 54d7ff7..ad89669 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -40,9 +40,9 @@ copyright = '2008, Ian Bicking' # 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: diff --git a/docs/index.txt b/docs/index.txt index 00d9149..0846834 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -369,8 +369,8 @@ template_name`` in your framework, then ``response.template`` will be News ==== -svn trunk ---------- +1.2 +--- * Fix form inputs; text inputs always default to the empty string, and unselected radio inputs default to nothing at all. From Daniele |
