Skip to content

Commit d307098

Browse files
committed
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
1 parent 01d4181 commit d307098

File tree

22 files changed

+1198
-1154
lines changed

22 files changed

+1198
-1154
lines changed

COPYING.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Roundup, exclusive of the Zope page templates, is `MIT licensed`_.
55
Roundup Licensing
66
-----------------
77

8-
| Copyright (c) 2009-2022 Roundup-Team (https://opensource.org/license/mit/)
8+
| Copyright (c) 2009-2023 Roundup-Team (https://opensource.org/license/mit/)
99
| Copyright (c) 2003-2009 Richard Jones ([email protected])
1010
| Copyright (c) 2002 eKit.com Inc
1111
| Copyright (c) 2001 Bizar Software Pty Ltd
@@ -49,7 +49,7 @@ The license for this code is the `Zope Public License (ZPL) Version 2.0`_,
4949
included below.
5050

5151

52-
.. _Zope Public License (ZPL) Version 2.0: https://opensource.org/license/zpl-php/
52+
.. _Zope Public License (ZPL) Version 2.0: https://opensource.org/license/zpl-2-0/
5353

5454
Zope Public License (ZPL) Version 2.0
5555
-------------------------------------

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ recursive-include detectors *.py README.txt
1010
include demo.py *.txt
1111
global-exclude *.pyc *.pyo .DS_Store *.orig *.rej *~ \#* .flake8
1212
include doc/conf.py doc/roundup-favicon.ico
13-
include locale/*.po locale/*.mo locale/roundup.pot
13+
include locale/*.po locale/*.mo locale/roundup.pot locale/Makefile

doc/acknowledgements.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,27 @@ ideas and everything else that helped!
1616

1717
.. _`Announcement with changelog for current release.`: announcement.html
1818

19+
2.3
20+
---
21+
22+
2.3.0
23+
~~~~~
24+
25+
Maintainer: John Rouillard
26+
27+
Release Manager: John Rouillard
28+
29+
Developer activity by changesets::
30+
31+
[email protected] 636 *****************************************************
32+
33+
34+
Other contributers
35+
36+
Marcus Priesch,
37+
John Kristensen (jerrykan),
38+
Thomas Arendsen Hein
39+
1940
2.2
2041
---
2142

doc/developers.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ At run time, Roundup automatically compiles message catalogs whenever
527527
.. _CodeCov: https://app.codecov.io/gh/roundup-tracker/roundup
528528
.. _copy of the mercurial repository on GitHub:
529529
https://github.com/roundup-tracker/roundup
530-
.. _command equivalence table: https://www.mercurial-scm.org/wiki/GitConcepts#Command_equivalence_table
530+
.. _command equivalence table: https://wiki.mercurial-scm.org/GitConcepts#Command_equivalence_table
531531
.. _Coveralls: https://coveralls.io/github/roundup-tracker/roundup
532532
.. _cygwin: https://www.cygwin.com/
533533
.. _emacs: https://www.gnu.org/software/emacs/

0 commit comments

Comments
 (0)