Skip to content

Commit

Permalink
Merge pull request #36 from OpenRailAssociation/bumpversion
Browse files Browse the repository at this point in the history
Add bumpversion tooling
  • Loading branch information
mxmehl authored Aug 20, 2024
2 parents 7f577b6 + a28670e commit 82b0d6d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# SPDX-FileCopyrightText: 2024 DB Systel GmbH
#
# SPDX-License-Identifier: Apache-2.0

[bumpversion]
current_version = 0.3.1
commit = True
tag = False

[bumpversion:file:pyproject.toml]
13 changes: 12 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ mypy = "^1.9.0"
pylint = "^3.1.0"
types-pyyaml = "^6.0.12.20240311"
types-requests = "^2.32.0.20240712"
bump2version = "^1.0.1"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 82b0d6d

Please sign in to comment.