Mercurial > p > roundup > code
diff website/www/conf.py @ 6695:b3ba03d2b214 2.2.0b1
2.2.0b1 release changes
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 15 Jun 2022 09:58:31 -0400 |
| parents | 5855a6a26bdd |
| children | d93b441ee778 |
line wrap: on
line diff
--- a/website/www/conf.py Wed Jun 15 09:51:32 2022 -0400 +++ b/website/www/conf.py Wed Jun 15 09:58:31 2022 -0400 @@ -48,16 +48,16 @@ # General information about the project. project = u'Roundup' -copyright = u'2009-2021, Richard Jones, Roundup-Team' +copyright = u'2009-2022, 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.1' +version = '2.2' # The full version, including alpha/beta/rc tags. -release = '2.1.0' +release = '2.2.0b1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.
