Skip to content

Commit efd29f1

Browse files
committed
changes for 2.4.0b0 release
1 parent 6b96551 commit efd29f1

File tree

20 files changed

+8788
-6896
lines changed

20 files changed

+8788
-6896
lines changed

COPYING.txt

Lines changed: 1 addition & 1 deletion
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-2023 Roundup-Team (https://opensource.org/license/mit/)
8+
| Copyright (c) 2009-2024 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

MANIFEST.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ recursive-include scripts *.* *-*
55
recursive-include scripts/Docker Dockerfile *.* *_*
66
recursive-include tools *.* base64
77
recursive-include test *.py *.txt
8-
recursive-include doc *.html *.png *.txt *.css *.example
8+
include test/pg_service.conf
9+
recursive-include doc *.html *.gif *.png *.txt *.css *.example
910
recursive-include detectors *.py README.txt
1011
include demo.py *.txt
1112
global-exclude *.pyc *.pyo .DS_Store *.orig *.rej *~ \#* .flake8
12-
include doc/conf.py doc/roundup-favicon.ico
13+
include doc/conf.py doc/Makefile doc/requirements.pip doc/roundup-favicon.ico
1314
include locale/*.po locale/*.mo locale/roundup.pot locale/Makefile

doc/acknowledgements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ Release Manager: John Rouillard
2828

2929
Developer activity by changesets::
3030

31-
TBD
31+
[email protected] 465 **************************
32+
33+
Marcus Preisch 1
34+
Norbert Schlemmer "Noschvie on github.com" 1
3235

3336
Other contributers
3437

doc/announcement.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ release, so make sure to read `docs/upgrading.txt
44
<https://www.roundup-tracker.org/docs/upgrading.html>`_ to
55
bring your tracker up to date.
66

7-
The changes, as usual, include some new features and many
7+
The 67 changes, as usual, include some new features and many
88
bug fixes.
99

1010
Note that you should run ``roundup-admin ... migrate`` to

0 commit comments

Comments
 (0)