diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2011-08-28 11:00:55 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2011-08-28 11:00:55 -0400 |
commit | 4a516e994668c85c5f4dd8dd785f70a07ea01293 (patch) | |
tree | b9f98544288469c9e39c99f39ec530316dd951c2 /doc/conf.py | |
parent | 486f8e00b0f7dc40a9ff895f894d14e785a2b7d1 (diff) | |
download | python-coveragepy-4a516e994668c85c5f4dd8dd785f70a07ea01293.tar.gz |
Bump version to 3.5.1b1
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py index 939a5bd..740a4de 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -47,9 +47,9 @@ copyright = u'2009-2011, Ned Batchelder' # built documents.
#
# The short X.Y version.
-version = '3.5'
+version = '3.5.1'
# The full version, including alpha/beta/rc tags.
-release = '3.5'
+release = '3.5.1b1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
|