Skip to content

Commit c58edd1

Browse files
Bump version: 0.13.12 → 0.13.13
1 parent e8fd68a commit c58edd1

7 files changed

Lines changed: 24 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
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

@@ -1494,3 +1508,5 @@
14941508
## New Contributors ❤️
14951509

14961510
* @helmut-hoffer-von-ankershoffen made their first contribution
1511+
1512+

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.12
1+
0.13.13

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.13.12"
30+
version = "0.13.13"
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.13.12",
5+
# "oe-python-template==0.13.13",
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.13.12"
3+
version = "0.13.13"
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" }]
@@ -279,7 +279,7 @@ source = ["src/"]
279279

280280

281281
[tool.bumpversion]
282-
current_version = "0.13.12"
282+
current_version = "0.13.13"
283283
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
284284
serialize = ["{major}.{minor}.{patch}"]
285285
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.13.12
3+
sonar.projectVersion=0.13.13
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)