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 Example] ( https://oe-python-template-example.readthedocs.io/en/latest/ )
22
3- ## [ 0.2.13] ( https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/compare/v0.2.12..0 .2.13 ) - 2025-04-01
3+ ## [ 0.2.13] ( https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/compare/v0.2.12..v0 .2.13 ) - 2025-04-01
44
55### ⚙️ Miscellaneous Tasks
66
77- * (vercel)* Link - ([ fa7f050] ( https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/commit/fa7f050ce35304db88bf04d0c2b23d322fd0ab43 ) )
88
9- ## New Contributors ❤️
10-
11- * @helmut-hoffer-von-ankershoffen made their first contribution
129
1310## [ 0.2.8] ( https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/compare/v0.2.7..v0.2.8 ) - 2025-03-26
1411
Original file line number Diff line number Diff line change 1- 0.2.13
1+ 0.2.14
Original file line number Diff line number Diff line change 2828project = "oe-python-template-example"
2929author = "Helmut Hoffer von Ankershoffen"
3030copyright = f" (c) 2025-{ datetime .now (UTC ).year } , { author } " # noqa: A001
31- version = "0.2.13 "
31+ version = "0.2.14 "
3232release = version
3333github_username = "helmut-hoffer-von-ankershoffen"
3434github_repository = "oe-python-template-example"
Original file line number Diff line number Diff line change 11[project ]
22name = " oe-python-template-example"
3- version = " 0.2.13 "
3+ version = " 0.2.14 "
44description = " 🧠 Example project scaffolded and kept up to date with OE Python Template (oe-python-template)."
55readme = " README.md"
66authors = [
@@ -262,7 +262,7 @@ source = ["src/"]
262262
263263
264264[tool .bumpversion ]
265- current_version = " 0.2.13 "
265+ current_version = " 0.2.14 "
266266parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
267267serialize = [" {major}.{minor}.{patch}" ]
268268search = " {current_version}"
Original file line number Diff line number Diff line change 11sonar.projectKey =helmut-hoffer-von-ankershoffen_oe-python-template-example
22sonar.organization =helmut-hoffer-von-ankershoffen
3- sonar.projectVersion =0.2.13
3+ sonar.projectVersion =0.2.14
44sonar.projectDescription =🧠 Example project scaffolded and kept up to date with OE Python Template (oe-python-template).
55sonar.links.homepage =https://oe-python-template-example.readthedocs.io/en/latest/
66sonar.links.scm =https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example
You can’t perform that action at this time.
0 commit comments