diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2010-08-21 14:21:51 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-08-21 14:21:51 -0400 |
| commit | a5a965b48cb808d7189e94bed4c7f8e17fb7f6ca (patch) | |
| tree | c03651cd8fd0ce4a056178e5ef32a347fe23772e /doc/conf.py | |
| parent | a09ed2c39f997305408303e97999c502c53bd079 (diff) | |
| download | python-coveragepy-a5a965b48cb808d7189e94bed4c7f8e17fb7f6ca.tar.gz | |
Include the version number in the beta warning box.coverage-3.4b1
Diffstat (limited to 'doc/conf.py')
| -rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index e8726bd..ddd2625 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -49,7 +49,7 @@ copyright = u'2009-2010, Ned Batchelder' # The short X.Y version.
version = '3.4'
# The full version, including alpha/beta/rc tags.
-release = '3.4 beta'
+release = '3.4 beta 1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
|
