diff options
-rw-r--r-- | TODO.txt | 1 | ||||
-rw-r--r-- | doc/conf.py | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -212,6 +212,7 @@ x Tests about the "import __main__" in cmdline.py - Update docs
- Version, date, and changes in doc/changes.rst
- Version and date in doc/index.rst
+ - Version and copyright date in doc/conf.py
- Generate new sample_html to get the latest, incl footer version number:
cd C:\ned\cog\trunk
rmdir/s/q htmlcov
diff --git a/doc/conf.py b/doc/conf.py index 2044bf88..4a787f19 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -47,9 +47,9 @@ copyright = u'2009, Ned Batchelder' # built documents.
#
# The short X.Y version.
-version = '3.0'
+version = '3.2'
# The full version, including alpha/beta/rc tags.
-release = '3.0'
+release = '3.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
|