Mercurial > p > roundup > code
diff website/www/conf.py @ 5345:9e2f5a615eca
website/www/conf.py needs copyright update and version update.
added requirement to RELEASE.txt.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 05 Jul 2018 21:34:30 -0400 |
| parents | 2d83625e1c06 |
| children | cb4b232fcbaa |
line wrap: on
line diff
--- a/website/www/conf.py Thu Jul 05 21:32:19 2018 -0400 +++ b/website/www/conf.py Thu Jul 05 21:34:30 2018 -0400 @@ -45,16 +45,16 @@ # General information about the project. project = u'Roundup' -copyright = u'2009-2015, Richard Jones, Roundup-Team' +copyright = u'2009-2018, 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 = '1.5' +version = '1.6' # The full version, including alpha/beta/rc tags. -release = '1.5' +release = '1.6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.
