Skip to content

Commit b3f8760

Browse files
Bump version: 0.2.10 → 0.2.11
1 parent a9abb7e commit b3f8760

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.10
1+
0.2.11

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
project = "oe-python-template-example"
2929
author = "Helmut Hoffer von Ankershoffen"
3030
copyright = f" (c) 2025-{datetime.now(UTC).year}, {author}" # noqa: A001
31-
version = "0.2.10"
31+
version = "0.2.11"
3232
release = version
3333
github_username = "helmut-hoffer-von-ankershoffen"
3434
github_repository = "oe-python-template-example"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "oe-python-template-example"
3-
version = "0.2.10"
3+
version = "0.2.11"
44
description = "🧠 Example project scaffolded and kept up to date with OE Python Template (oe-python-template)."
55
readme = "README.md"
66
authors = [
@@ -254,7 +254,7 @@ source = ["src/"]
254254

255255

256256
[tool.bumpversion]
257-
current_version = "0.2.10"
257+
current_version = "0.2.11"
258258
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
259259
serialize = ["{major}.{minor}.{patch}"]
260260
search = "{current_version}"

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sonar.projectKey=helmut-hoffer-von-ankershoffen_oe-python-template-example
22
sonar.organization=helmut-hoffer-von-ankershoffen
3-
sonar.projectVersion=0.2.10
3+
sonar.projectVersion=0.2.11
44
sonar.projectDescription=🧠 Example project scaffolded and kept up to date with OE Python Template (oe-python-template).
55
sonar.links.homepage=https://oe-python-template-example.readthedocs.io/en/latest/
66
sonar.links.scm=https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example

uv.lock

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

0 commit comments

Comments
 (0)