Skip to content

Commit 6cc414d

Browse files
committed
build: some work from RELEASE.txt for 2.4.0 release.
1 parent f72b385 commit 6cc414d

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

RELEASE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Roundup release checklist:
6666

6767
5. Update setup.py info if needed (contacts, classifiers, etc.). When
6868
releasing check that Development Status matches release: stable,
69-
beta alpha etc.
69+
beta, alpha etc.
7070

7171
Check that metadata is valid and long descriptions is proper reST:
7272

doc/acknowledgements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ Release Manager: John Rouillard
2828

2929
Developer activity by changesets::
3030

31-
[email protected] 465 **************************
31+
[email protected] 532 **************************
3232
3333
Marcus Preisch 1
3434
Norbert Schlemmer "Noschvie on github.com" 1
3535

36-
Other contributers
36+
Other contributers:
3737

3838
Norbert Schlemmer - docker support
3939

scripts/Docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ ARG pip_mod
226226
LABEL "org.opencontainers.image.vendor"="Roundup Issue Tracker Team" \
227227
"org.opencontainers.image.title"="Roundup Issue Tracker" \
228228
"org.opencontainers.image.description"="Roundup Issue Tracker with multi-backend support installed via $source with python version $pythonversion" \
229-
"org.opencontainers.image.version"="2.4.0b2" \
229+
"org.opencontainers.image.version"="2.4.0" \
230230
"org.opencontainers.image.authors"="[email protected]" \
231231
"org.opencontainers.image.licenses"="MIT AND ZPL-2.0 AND Python-2.0" \
232232
"org.opencontainers.image.documentation"="https://www.roundup-tracker.org/docs/installation.html" \

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ def main():
218218
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
219219
url='https://www.roundup-tracker.org',
220220
download_url='https://pypi.org/project/roundup',
221-
classifiers=[#'Development Status :: 5 - Production/Stable',
222-
'Development Status :: 4 - Beta',
221+
classifiers=['Development Status :: 5 - Production/Stable',
222+
#'Development Status :: 4 - Beta',
223223
#'Development Status :: 3 - Alpha',
224224
'Environment :: Console',
225225
'Environment :: Web Environment',

website/www/index.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ Roundup Issue Tracker
3232

3333
<!-- supported python versions: <img src="https://shields.io/pypi/pyversions/roundup"> -->
3434
<!-- license: <img src="https://img.shields.io/pypi/l/roundup"> -->
35-
<!-- changes since 2.2.0 <img src="https://img.shields.io/github/commits-since/roundup-tracker/roundup/2.2.0/master?sort=semver"> -->
35+
<!-- changes since 2.4.0 <img src="https://img.shields.io/github/commits-since/roundup-tracker/roundup/2.4.0/master?sort=semver"> -->
3636
<!-- status beta, stable, mature.... <img src="https://img.shields.io/pypi/status/roundup"> -->
3737
<!-- mozilla observatory <img src="https://img.shields.io/mozilla-observatory/grade/www.roundup-tracker.org?publish"> -->
38-
<!-- commits from last named release: <img alt="GitHub commits difference between two branches/tags/commits" src="https://img.shields.io/github/commits-difference/roundup-tracker/roundup?base=2.2.0&head=master">a -->
38+
<!-- commits from last named release: <img alt="GitHub commits difference between two branches/tags/commits" src="https://img.shields.io/github/commits-difference/roundup-tracker/roundup?base=2.4.0&head=master">a -->
3939
<!-- newest tag by date - use for alpha/beta release notifications?
4040
<img alt="GitHub tag (latest by date)" src="https://img.shields.io/github/v/tag/roundup-tracker/roundup"> -->
4141

0 commit comments

Comments
 (0)