Skip to content

Commit 82b0d6d

Browse files
authored
Merge pull request #36 from OpenRailAssociation/bumpversion
Add bumpversion tooling
2 parents 7f577b6 + a28670e commit 82b0d6d

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

.bumpversion.cfg

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# SPDX-FileCopyrightText: 2024 DB Systel GmbH
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
5+
[bumpversion]
6+
current_version = 0.3.1
7+
commit = True
8+
tag = False
9+
10+
[bumpversion:file:pyproject.toml]

poetry.lock

Lines changed: 12 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ mypy = "^1.9.0"
3939
pylint = "^3.1.0"
4040
types-pyyaml = "^6.0.12.20240311"
4141
types-requests = "^2.32.0.20240712"
42+
bump2version = "^1.0.1"
4243

4344
[build-system]
4445
requires = ["poetry-core"]

0 commit comments

Comments
 (0)