chore: set development version marker 0.2.0+dev
Some checks failed
docker-build / platform-excludes (push) Has been cancelled
pre-commit / pre-commit (push) Has been cancelled
Run Pytest on Pull Request / test (push) Has been cancelled
docker-build / build (push) Has been cancelled
docker-build / merge (push) Has been cancelled
Close stale pull requests/issues / Find Stale issues and PRs (push) Has been cancelled

* Development version v0.2.0+dev

This pull request marks the repository as back in active development.

* Changes

- Set version to `v0.2.0+dev`

No changelog entry is needed.

Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com>
This commit is contained in:
Bobby Noelte
2025-11-09 09:18:17 +01:00
parent 2e9902c459
commit 54b0622a96
7 changed files with 14 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "akkudoktor-eos"
version = "0.2.0"
version = "0.2.0+dev"
authors = [
{ name="Andreas Schmitz", email="author@example.com" },
]
@@ -111,7 +111,7 @@ ignore_missing_imports = true
[tool.commitizen]
name = "cz_conventional_commits"
version_scheme = "semver"
version = "0.2.0" # <-- Set your current version heretag_format = "v$version"
version = "0.2.0+dev" # <-- Set your current version heretag_format = "v$version"
# Files to automatically update when bumping version
update_changelog_on_bump = true