Skip to content

Commit 8c40812

Browse files
Bump version: 0.4.19 → 0.4.20
1 parent f78456b commit 8c40812

7 files changed

Lines changed: 14 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
[🧠 OE Python Template Example](https://oe-python-template-example.readthedocs.io/en/latest/)
22

3+
## [0.4.20](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/compare/v0.4.19..0.4.20) - 2025-04-27
4+
5+
### 🐛 Bug Fixes
6+
7+
- Mem - ([f78456b](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/commit/f78456bb65654e66a41c0c5002e39483c6109e3c))
8+
9+
310
## [0.4.9](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/compare/v0.4.8..v0.4.9) - 2025-04-22
411

512
### 🎨 Styling

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.19
1+
0.4.20

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-example"
2828
author = "Helmut Hoffer von Ankershoffen"
2929
copyright = f" (c) 2025-{datetime.now(UTC).year}, {author}" # noqa: A001
30-
version = "0.4.19"
30+
version = "0.4.20"
3131
release = version
3232
github_username = "helmut-hoffer-von-ankershoffen"
3333
github_repository = "oe-python-template-example"

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-example==0.4.19",
5+
# "oe-python-template-example==0.4.20",
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-example"
3-
version = "0.4.19"
3+
version = "0.4.20"
44
description = "🧠 Example project scaffolded and kept up to date with OE Python Template (oe-python-template)."
55
readme = "README.md"
66
authors = [
@@ -290,7 +290,7 @@ source = ["src/"]
290290

291291

292292
[tool.bumpversion]
293-
current_version = "0.4.19"
293+
current_version = "0.4.20"
294294
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
295295
serialize = ["{major}.{minor}.{patch}"]
296296
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-example
22
sonar.organization=helmut-hoffer-von-ankershoffen
3-
sonar.projectVersion=0.4.19
3+
sonar.projectVersion=0.4.20
44
sonar.projectDescription=🧠 Example project scaffolded and kept up to date with OE Python Template (oe-python-template).
55
sonar.links.homepage=https://oe-python-template-example.readthedocs.io/en/latest/
66
sonar.links.scm=https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example

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)