File tree 4 files changed +13
-3
lines changed
4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
- [ Compare the full difference.] ( https://github.com/SFTtech/abrechnung/compare/v0.14.0...HEAD )
5
+ [ Compare the full difference.] ( https://github.com/SFTtech/abrechnung/compare/v1.0.0...HEAD )
6
+
7
+ ## 1.0.0 (2025-01-03)
8
+
9
+ [ Compare the full difference.] ( https://github.com/SFTtech/abrechnung/compare/v0.14.0...v1.0.0 )
6
10
7
11
** BREAKING CHANGES**
8
12
Original file line number Diff line number Diff line change 1
1
"""Abrechnung - feature complete payment management and bookkeeping."""
2
2
3
- __version__ = "0.14 .0"
3
+ __version__ = "1.0 .0"
4
4
5
5
MAJOR_VERSION = __version__ .split ("." )[0 ]
6
6
MINOR_VERSION = __version__ .split ("." )[1 ]
Original file line number Diff line number Diff line change
1
+ abrechnung (1.0.0) stable; urgency=medium
2
+
3
+ * Abrechnung release 1.0.0
4
+
5
+ -- Michael Loipführer <
[email protected] > Fri, 3 Jan 2025 16:56:40
6
+
1
7
abrechnung (0.14.0) stable; urgency=medium
2
8
3
9
* Abrechnung release 0.14.0
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ plugins = ["pydantic.mypy"]
94
94
source = [" abrechnung" ]
95
95
96
96
[tool .bumpversion ]
97
- current_version = " 0.14 .0"
97
+ current_version = " 1.0 .0"
98
98
commit = false
99
99
files = [
100
100
{ filename = " abrechnung/__init__.py" },
You can’t perform that action at this time.
0 commit comments