summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/conf.py2
-rw-r--r--docs/index.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 8eb2f0e..a0cdc7e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -42,7 +42,7 @@ copyright = '2008, Ian Bicking'
# The short X.Y version.
version = '1.0'
# The full version, including alpha/beta/rc tags.
-release = '1.0.1'
+release = '1.0.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 d880850..2c86916 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -358,8 +358,8 @@ template_name`` in your framework, then ``response.template`` will be
News
====
-svn trunk
----------
+1.0.2
+-----
* Don't submit unnamed form fields.