Skip to content

Commit 3e49310

Browse files
Bump version: 0.1.19 → 0.2.0
1 parent c03b6d5 commit 3e49310

6 files changed

Lines changed: 13 additions & 6 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.2.0](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/compare/v0.1.19..0.2.0) - 2025-03-16
4+
5+
### ⛰️ Features
6+
7+
- Code-style for humans and agents - ([c03b6d5](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/commit/c03b6d5c12b4bc47bf206236a8363937177da040))
8+
9+
310
## [0.1.15](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template-example/compare/v0.1.14..v0.1.15) - 2025-03-15
411

512
### ⚙️ Miscellaneous Tasks

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.19
1+
0.2.0

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
project = "oe-python-template-example"
3030
author = "Helmut Hoffer von Ankershoffen"
3131
copyright = f" (c) 2025-{datetime.now(UTC).year}, {author}" # noqa: A001
32-
version = "0.1.19"
32+
version = "0.2.0"
3333
release = version
3434
github_username = "helmut-hoffer-von-ankershoffen"
3535
github_repository = "oe-python-template-example"

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

243243

244244
[tool.bumpversion]
245-
current_version = "0.1.19"
245+
current_version = "0.2.0"
246246
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
247247
serialize = ["{major}.{minor}.{patch}"]
248248
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.1.19
3+
sonar.projectVersion=0.2.0
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)