Skip to content

Commit 8fe2786

Browse files
committed
Release v2.0.1 #1180
1 parent 6f8ce7d commit 8fe2786

File tree

5 files changed

+12
-13
lines changed

5 files changed

+12
-13
lines changed

.github/ISSUE_TEMPLATE/release-checklist.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@ Release Checklist
1717
- [ ] 1.4 Updates in branch main
1818
- [ ] 1.4.1 Update version in ./setup.cfg
1919
- [ ] 1.4.2 Update version in ./src/setup.py
20-
- [ ] 1.4.3 Update version in ./src/conda/meta.yaml
21-
- [ ] 1.4.4 Update version in ./doc/rtd/conf.py
22-
- [ ] 1.4.5 Update ./CITATION.cff (see [Zenodo recommendation](https://zenodo.org/account/settings/github/repository/fhswf/MLPro))
23-
- [ ] 1.4.6 Build and check RTD documentation
24-
- [ ] 1.4.6.1 All class diagrams there?
25-
- [ ] 1.4.6.2 All auto-generated code descriptions there?
26-
- [ ] 1.4.6.3 Logo there?
27-
- [ ] 1.4.7 Commit all changes and observe the action log
20+
- [ ] 1.4.3 Update version in ./doc/rtd/conf.py
21+
- [ ] 1.4.4 Update ./CITATION.cff (see [Zenodo recommendation](https://zenodo.org/account/settings/github/repository/fhswf/MLPro))
22+
- [ ] 1.4.5 Build and check RTD documentation
23+
- [ ] 1.4.5.1 All class diagrams there?
24+
- [ ] 1.4.5.2 All auto-generated code descriptions there?
25+
- [ ] 1.4.5.3 Logo there?
26+
- [ ] 1.4.6 Commit all changes and observe the action log
2827

2928
**2 Release**
3029
- [ ] 2.1 Create a new [release](https://github.com/fhswf/MLPro/releases)

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ authors:
2222
orcid: "https://orcid.org/0000-0001-8405-0977"
2323
affiliation: "South Westphalia University of Applied Sciences, Germany"
2424
license: "Apache-2.0"
25-
version: "2.0.0"
26-
date-released: 2025-04-26
25+
version: "2.0.1"
26+
date-released: 2025-04-27
2727
doi: 10.5281/zenodo.6653484
2828
url: "https://github.com/fhswf/MLPro"

doc/rtd/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "Detlef Arend, Steve Yuwono, Mochammad Rizky Diprasetya, Laxmikant Shrikant Baheti et al"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "2.0.0"
26+
release = "2.0.1"
2727

2828

2929
# -- General configuration ---------------------------------------------------

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = mlpro
3-
version = 2.0.0
3+
version = 2.0.1
44
author = MLPro Team
55
author_email = mlpro@listen.fh-swf.de
66
description = MLPro - The integrative middleware framework for standardized machine learning

src/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
setup(name='mlpro',
5-
version='2.0.0',
5+
version='2.0.1',
66
description='MLPro - The integrative middleware framework for standardized machine learning',
77
author='MLPro Team',
88
author_mail='mlpro@listen.fh-swf.de',

0 commit comments

Comments
 (0)