Skip to content

Commit 9af3a76

Browse files
Bump version: 0.15.24 → 0.15.25
1 parent c9b33a2 commit 9af3a76

7 files changed

Lines changed: 16 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
[🧠 OE Python Template](https://oe-python-template.readthedocs.io/en/latest/)
22

3-
## [0.15.24](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/compare/v0.15.23..0.15.24) - 2025-04-26
3+
## [0.15.25](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/compare/v0.15.24..0.15.25) - 2025-04-26
4+
5+
### ⚙️ Miscellaneous Tasks
6+
7+
- *(github)* Fix docker - ([c9b33a2](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/commit/c9b33a2a1a19cf9a6e1baf63eef8edefffaa8574))
8+
- Polish - ([12a89ec](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/commit/12a89ec6dafdbad200002d28fc2dbc640f6db5fb))
9+
10+
11+
## [0.15.24](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/compare/v0.15.23..v0.15.24) - 2025-04-26
412

513
### ⚙️ Miscellaneous Tasks
614

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.15.24
1+
0.15.25

docs/source/conf.py

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

examples/notebook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# requires-python = ">=3.13"
33
# dependencies = [
44
# "marimo",
5-
# "oe-python-template==0.15.24",
5+
# "oe-python-template==0.15.25",
66
# ]
77
# ///
88

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"
3-
version = "0.15.24"
3+
version = "0.15.25"
44
description = "🧠 Copier template to scaffold Python projects compliant with best practices and modern tooling."
55
readme = "README.md"
66
authors = [{ name = "Helmut Hoffer von Ankershoffen", email = "helmuthva@gmail.com" }]
@@ -288,7 +288,7 @@ source = ["src/"]
288288

289289

290290
[tool.bumpversion]
291-
current_version = "0.15.24"
291+
current_version = "0.15.25"
292292
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
293293
serialize = ["{major}.{minor}.{patch}"]
294294
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
22
sonar.organization=helmut-hoffer-von-ankershoffen
3-
sonar.projectVersion=0.15.24
3+
sonar.projectVersion=0.15.25
44
sonar.projectDescription=🧠 Copier template to scaffold Python projects compliant with best practices and modern tooling.
55
sonar.links.homepage=https://oe-python-template.readthedocs.io/en/latest/
66
sonar.links.scm=https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template

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)