diff --git a/.bumpversion.cfg b/.bumpversion.cfg new file mode 100644 index 0000000..efd58e4 --- /dev/null +++ b/.bumpversion.cfg @@ -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] diff --git a/poetry.lock b/poetry.lock index 3d6927b..9e7dc3d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -60,6 +60,17 @@ d = ["aiohttp (>=3.7.4)", "aiohttp (>=3.7.4,!=3.9.0)"] jupyter = ["ipython (>=7.8.0)", "tokenize-rt (>=3.2.0)"] uvloop = ["uvloop (>=0.15.2)"] +[[package]] +name = "bump2version" +version = "1.0.1" +description = "Version-bump your software with a single command!" +optional = false +python-versions = ">=3.5" +files = [ + {file = "bump2version-1.0.1-py2.py3-none-any.whl", hash = "sha256:37f927ea17cde7ae2d7baf832f8e80ce3777624554a653006c9144f8017fe410"}, + {file = "bump2version-1.0.1.tar.gz", hash = "sha256:762cb2bfad61f4ec8e2bdf452c7c267416f8c70dd9ecb1653fd0bbb01fa936e6"}, +] + [[package]] name = "certifi" version = "2024.7.4" @@ -847,4 +858,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "78ad4a4cbe99ce2eda3623bfaf7a05c73afe99214320361efa814bc0fee9a379" +content-hash = "685549475ed066d15112995632a0806d29a737f3e2b71123ce6e4f7b7f937588" diff --git a/pyproject.toml b/pyproject.toml index cd9c643..6f249e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]