Mercurial > p > roundup > code
diff website/www/conf.py @ 6439:5296d27ac97c
Implementing RELEASE.txt 2.1.0b1 release
Also spellcheck CHANGES.txt.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 19 Jun 2021 14:48:29 -0400 |
| parents | 45e8d10a9609 |
| children | cbc18a8bc61f |
line wrap: on
line diff
--- a/website/www/conf.py Sat Jun 19 14:22:36 2021 -0400 +++ b/website/www/conf.py Sat Jun 19 14:48:29 2021 -0400 @@ -45,16 +45,16 @@ # General information about the project. project = u'Roundup' -copyright = u'2009-2020, Richard Jones, Roundup-Team' +copyright = u'2009-2021, Richard Jones, Roundup-Team' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '2.0' +version = '2.1' # The full version, including alpha/beta/rc tags. -release = '2.0.0' +release = '2.1.0beta1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.
