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.13.12] ( https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/compare/v0.13.11..0.13.12 ) - 2025-04-21
3+ ## [ 0.13.13] ( https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/compare/v0.13.12..0.13.13 ) - 2025-04-22
4+
5+ ### 🎨 Styling
6+
7+ - Test/health - ([ e8fd68a] ( https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/commit/e8fd68a946724ecd7513908a84bab95e598f70a6 ) )
8+
9+ ### ⚙️ Miscellaneous Tasks
10+
11+ - Pre-commit - ([ 436b39b] ( https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/commit/436b39bca207e7a18922e711c4c4b4050a26e55d ) )
12+
13+ ## New Contributors ❤️
14+
15+ * @helmut-hoffer-von-ankershoffen made their first contribution
16+
17+ ## [ 0.13.12] ( https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/compare/v0.13.11..v0.13.12 ) - 2025-04-21
418
519### ⚙️ Miscellaneous Tasks
620
14941508## New Contributors ❤️
14951509
14961510* @helmut-hoffer-von-ankershoffen made their first contribution
1511+
1512+
Original file line number Diff line number Diff line change 1- 0.13.12
1+ 0.13.13
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.13.12 "
30+ version = "0.13.13 "
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.13.12 ",
5+ # "oe-python-template==0.13.13 ",
66# ]
77# ///
88
Original file line number Diff line number Diff line change 11[project ]
22name = " oe-python-template"
3- version = " 0.13.12 "
3+ version = " 0.13.13 "
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" }]
@@ -279,7 +279,7 @@ source = ["src/"]
279279
280280
281281[tool .bumpversion ]
282- current_version = " 0.13.12 "
282+ current_version = " 0.13.13 "
283283parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
284284serialize = [" {major}.{minor}.{patch}" ]
285285search = " {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.13.12
3+ sonar.projectVersion =0.13.13
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