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.7.0] ( https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/compare/v0.6.36..0.7.0 ) - 2025-03-22
3+ ## [ 0.7.1] ( https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/compare/v0.7.0..0.7.1 ) - 2025-03-22
4+
5+ ### 📚 Documentation
6+
7+ - * (Docker)* More extensive examples - ([ b441aac] ( https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/commit/b441aac7470f5951bda88e095b05a2b1be3d61b0 ) )
8+
9+
10+ ## [ 0.7.0] ( https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/compare/v0.6.36..v0.7.0 ) - 2025-03-22
411
512### 📚 Documentation
613
Original file line number Diff line number Diff line change 1- 0.7.0
1+ 0.7.1
Original file line number Diff line number Diff line change 2828project = "oe-python-template"
2929author = "Helmut Hoffer von Ankershoffen"
3030copyright = f" (c) 2025-{ datetime .now (UTC ).year } , { author } " # noqa: A001
31- version = "0.7.0 "
31+ version = "0.7.1 "
3232release = version
3333github_username = "helmut-hoffer-von-ankershoffen"
3434github_repository = "oe-python-template"
Original file line number Diff line number Diff line change 11[project ]
22name = " oe-python-template"
3- version = " 0.7.0 "
3+ version = " 0.7.1 "
44description = " 🧠 Copier template to scaffold Python projects compliant with best practices and modern tooling."
55readme = " README.md"
66authors = [
@@ -253,7 +253,7 @@ source = ["src/"]
253253
254254
255255[tool .bumpversion ]
256- current_version = " 0.7.0 "
256+ current_version = " 0.7.1 "
257257parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
258258serialize = [" {major}.{minor}.{patch}" ]
259259search = " {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.7.0
3+ sonar.projectVersion =0.7.1
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