Skip to content

Commit e8780b3

Browse files
committed
chore: release 1.7.0
1 parent f833c52 commit e8780b3

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
## Unreleased
44

5-
[Compare the full difference.](https://github.com/SFTtech/abrechnung/compare/v1.6.0...HEAD)
5+
[Compare the full difference.](https://github.com/SFTtech/abrechnung/compare/v1.7.0...HEAD)
6+
7+
## 1.7.0 (2026-02-21)
8+
9+
[Compare the full difference.](https://github.com/SFTtech/abrechnung/compare/v1.6.0...v1.7.0)
610

711
- add French translation
812
- remember selected language

abrechnung/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Abrechnung - feature complete payment management and bookkeeping."""
22

3-
__version__ = "1.6.0"
3+
__version__ = "1.7.0"
44

55
MAJOR_VERSION = __version__.split(".")[0]
66
MINOR_VERSION = __version__.split(".")[1]

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
abrechnung (1.7.0) stable; urgency=medium
2+
3+
* Abrechnung release 1.7.0
4+
5+
-- Michael Loipführer <[email protected]> Sat, 21 Feb 2026 22:51:37
6+
17
abrechnung (1.6.0) stable; urgency=medium
28

39
* Abrechnung release 1.6.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ exclude = ["tools/demo_deploy_webhook.py"]
8989
source = ["abrechnung"]
9090

9191
[tool.bumpversion]
92-
current_version = "1.6.0"
92+
current_version = "1.7.0"
9393
commit = false
9494
files = [
9595
{ filename = "abrechnung/__init__.py" },

0 commit comments

Comments
 (0)