Skip to content

Commit ede46ee

Browse files
Bump version: 0.7.1 → 0.7.2
1 parent 5a87770 commit ede46ee

6 files changed

Lines changed: 14 additions & 7 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.7.1](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/compare/v0.7.0..0.7.1) - 2025-03-22
3+
## [0.7.2](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/compare/v0.7.1..0.7.2) - 2025-03-22
4+
5+
### ⛰️ Features
6+
7+
- *(install)* Install.sh for global dev tools - ([5a87770](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/commit/5a8777090509e91a5e59003c6edf3dd22b3945c2))
8+
9+
10+
## [0.7.1](https://github.com/helmut-hoffer-von-ankershoffen/oe-python-template/compare/v0.7.0..v0.7.1) - 2025-03-22
411

512
### 📚 Documentation
613

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.1
1+
0.7.2

docs/source/conf.py

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

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.7.1"
3+
version = "0.7.2"
44
description = "🧠 Copier template to scaffold Python projects compliant with best practices and modern tooling."
55
readme = "README.md"
66
authors = [
@@ -253,7 +253,7 @@ source = ["src/"]
253253

254254

255255
[tool.bumpversion]
256-
current_version = "0.7.1"
256+
current_version = "0.7.2"
257257
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
258258
serialize = ["{major}.{minor}.{patch}"]
259259
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.7.1
3+
sonar.projectVersion=0.7.2
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)