Mercurial > p > roundup > code
diff MANIFEST.in @ 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 | e99ebce483ef |
| children | a377590eba34 |
line wrap: on
line diff
--- a/MANIFEST.in Wed May 31 19:14:56 2023 -0400 +++ b/MANIFEST.in Wed May 31 19:25:13 2023 -0400 @@ -10,4 +10,4 @@ include demo.py *.txt global-exclude *.pyc *.pyo .DS_Store *.orig *.rej *~ \#* .flake8 include doc/conf.py doc/roundup-favicon.ico -include locale/*.po locale/*.mo locale/roundup.pot +include locale/*.po locale/*.mo locale/roundup.pot locale/Makefile
