File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- 0.15.24
1+ 0.15.25
Original file line number Diff line number Diff line change 2727project = "oe-python-template"
2828author = "Helmut Hoffer von Ankershoffen"
2929copyright = f" (c) 2025-{ datetime .now (UTC ).year } , { author } " # noqa: A001
30- version = "0.15.24 "
30+ version = "0.15.25 "
3131release = version
3232github_username = "helmut-hoffer-von-ankershoffen"
3333github_repository = "oe-python-template"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[project ]
22name = " oe-python-template"
3- version = " 0.15.24 "
3+ version = " 0.15.25 "
44description = " 🧠 Copier template to scaffold Python projects compliant with best practices and modern tooling."
55readme = " README.md"
66authors = [{ 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 "
292292parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
293293serialize = [" {major}.{minor}.{patch}" ]
294294search = " {current_version}"
Original file line number Diff line number Diff line change 11sonar.projectKey =helmut-hoffer-von-ankershoffen_oe-python-template
22sonar.organization =helmut-hoffer-von-ankershoffen
3- sonar.projectVersion =0.15.24
3+ sonar.projectVersion =0.15.25
44sonar.projectDescription =🧠 Copier template to scaffold Python projects compliant with best practices and modern tooling.
55sonar.links.homepage =https://oe-python-template.readthedocs.io/en/latest/
66sonar.links.scm =https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template
You can’t perform that action at this time.
0 commit comments