Mercurial > p > roundup > code
diff website/www/conf.py @ 6456:cbc18a8bc61f 2.1.0
Changes for release of version 2.1.0.
Updates specified in RELEASE.txt.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 12 Jul 2021 23:21:12 -0400 |
| parents | 5296d27ac97c |
| children | 54af7ce65e6e |
line wrap: on
line diff
--- a/website/www/conf.py Sun Jul 11 17:10:03 2021 -0400 +++ b/website/www/conf.py Mon Jul 12 23:21:12 2021 -0400 @@ -54,7 +54,7 @@ # The short X.Y version. version = '2.1' # The full version, including alpha/beta/rc tags. -release = '2.1.0beta1' +release = '2.1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -205,4 +205,5 @@ r'http://11.11.11.101', # dummy example url r'https://.../rest/.*', # dummy example url r'http://myroundup.com/roundup.*', # dummy example url + r'http://dev.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/ZPTInternationalizationSupport', # dead link, there for historic ]
