Skip to content

Commit 7e86758

Browse files
Bump version: 0.17.9 → 0.17.10
1 parent a85d0ad commit 7e86758

7 files changed

Lines changed: 15 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
[🧠 OE Python Template](https://oe-python-template.readthedocs.io/en/latest/)
22

3-
## [0.17.9](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/compare/v0.17.8..0.17.9) - 2025-04-29
3+
## [0.17.10](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/compare/v0.17.9..0.17.10) - 2025-04-29
4+
5+
### ⛰️ Features
6+
7+
- Load_dotenv reorder - ([a85d0ad](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/commit/a85d0ad90d34dc55e72b623da9e47a421b8d04c9))
8+
9+
10+
## [0.17.9](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/compare/v0.17.8..v0.17.9) - 2025-04-29
411

512
### Enh
613

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.17.9
1+
0.17.10

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
project = "oe-python-template"
2828
author = "Helmut Hoffer von Ankershoffen"
2929
copyright = f" (c) 2025-{datetime.now(UTC).year}, {author}" # noqa: A001
30-
version = "0.17.9"
30+
version = "0.17.10"
3131
release = version
3232
github_username = "helmut-hoffer-von-ankershoffen"
3333
github_repository = "oe-python-template"

examples/notebook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# requires-python = ">=3.13"
33
# dependencies = [
44
# "marimo",
5-
# "oe-python-template==0.17.9",
5+
# "oe-python-template==0.17.10",
66
# ]
77
# ///
88

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "oe-python-template"
3-
version = "0.17.9"
3+
version = "0.17.10"
44
description = "🧠 Copier template to scaffold Python projects compliant with best practices and modern tooling."
55
readme = "README.md"
66
authors = [{ name = "Helmut Hoffer von Ankershoffen", email = "helmuthva@gmail.com" }]
@@ -289,7 +289,7 @@ source = ["src/"]
289289

290290

291291
[tool.bumpversion]
292-
current_version = "0.17.9"
292+
current_version = "0.17.10"
293293
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
294294
serialize = ["{major}.{minor}.{patch}"]
295295
search = "{current_version}"

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sonar.projectKey=helmut-hoffer-von-ankershoffen_oe-python-template
22
sonar.organization=helmut-hoffer-von-ankershoffen
3-
sonar.projectVersion=0.17.9
3+
sonar.projectVersion=0.17.10
44
sonar.projectDescription=🧠 Copier template to scaffold Python projects compliant with best practices and modern tooling.
55
sonar.links.homepage=https://oe-python-template.readthedocs.io/en/latest/
66
sonar.links.scm=https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)