Skip to content

Commit 3e4e756

Browse files
swltrmartingr
authored andcommitted
Bump version number and prepare changelog for 7.3
Merged-by: Martin Grzenia <martin.grzenia@iml.fraunhofer.de>
1 parent bfcaa50 commit 3e4e756

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

gradle/common.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ else if (System.env.CI_PIPELINE_IID) {
2121
// - The minor version number should be incremented when new feature were added.
2222
// - The patch level should be incremented with every small change to the code
2323
// (e.g. bugfixes).
24-
project.version = "7.2.0"
24+
project.version = "7.3.0"
2525
if (!(project.hasProperty("NO_BUILD_NUMBER")
2626
&& Boolean.valueOf(project.getProperties().get("NO_BUILD_NUMBER")))) {
2727
project.version += "-$versionBuild"

opentcs-documentation/src/docs/release-notes/changelog.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ The openTCS developers
1616
This change log lists the most relevant changes for past releases in reverse chronological order.
1717
(Note that the openTCS project adheres to https://semver.org/[Semantic Versioning].)
1818

19+
== Unreleased
20+
21+
...
22+
1923
== Version 7.2 (2026-02-02)
2024

2125
* New features and enhancements:

0 commit comments

Comments
 (0)