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.4.8] ( https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/compare/v0.4.7..0.4.8 ) - 2025-04-21
3+ ## [ 0.4.9] ( https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/compare/v0.4.8..0.4.9 ) - 2025-04-22
4+
5+ ### 🎨 Styling
6+
7+ - * (test)* Sonar for test/health - ([ 0cc7803] ( https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/commit/0cc780316b6488a713834450f5f58e868605e012 ) )
8+
9+ ## New Contributors ❤️
10+
11+ * @helmut-hoffer-von-ankershoffen made their first contribution
12+
13+ ## [ 0.4.8] ( https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/compare/v0.4.7..v0.4.8 ) - 2025-04-21
414
515### 🎨 Styling
616
Original file line number Diff line number Diff line change 1- 0.4.8
1+ 0.4.9
Original file line number Diff line number Diff line change 2727project = "oe-python-template-example"
2828author = "Helmut Hoffer von Ankershoffen"
2929copyright = f" (c) 2025-{ datetime .now (UTC ).year } , { author } " # noqa: A001
30- version = "0.4.8 "
30+ version = "0.4.9 "
3131release = version
3232github_username = "helmut-hoffer-von-ankershoffen"
3333github_repository = "oe-python-template-example"
Original file line number Diff line number Diff line change 22# requires-python = ">=3.13"
33# dependencies = [
44# "marimo",
5- # "oe-python-template-example==0.4.8 ",
5+ # "oe-python-template-example==0.4.9 ",
66# ]
77# ///
88
Original file line number Diff line number Diff line change 11[project ]
22name = " oe-python-template-example"
3- version = " 0.4.8 "
3+ version = " 0.4.9 "
44description = " 🧠 Example project scaffolded and kept up to date with OE Python Template (oe-python-template)."
55readme = " README.md"
66authors = [
@@ -281,7 +281,7 @@ source = ["src/"]
281281
282282
283283[tool .bumpversion ]
284- current_version = " 0.4.8 "
284+ current_version = " 0.4.9 "
285285parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
286286serialize = [" {major}.{minor}.{patch}" ]
287287search = " {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.4.8
3+ sonar.projectVersion =0.4.9
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