Mercurial > p > roundup > code
diff website/www/conf.py @ 7442:623502678b97
2.3.0b1 release changes
roundup/__init__.py:
Update version
setup.py:
Mark as beta release; add python 3.11/3.12 as supported language
versions.
website/www/conf.py:
update version/release to 2.3b1/2.3.0b1
website/www/index.txt:
update highlights/version
website/www/signatures/:
Add 2.3.0b1 pgp signature. Will be removed when 2.3.0 is released but
this allows me to test.
docs:
Fix links
Update acknowlegements with 2.3.x churn/contrib etc.
locale:
update software version, creation date; rebuild template and
propagate changes.
MANIFEST.in:
add locale/Makefile
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 31 May 2023 19:25:13 -0400 |
| parents | a210f4437b49 |
| children | 51fc06fabcee |
line wrap: on
line diff
--- a/website/www/conf.py Wed May 31 19:14:56 2023 -0400 +++ b/website/www/conf.py Wed May 31 19:25:13 2023 -0400 @@ -55,9 +55,9 @@ # built documents. # # The short X.Y version. -version = '2.2' +version = '2.3b1' # The full version, including alpha/beta/rc tags. -release = '2.2.0' +release = '2.3.0b1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.
