Skip to content

Commit d477787

Browse files
committed
chore: release 1.0.0
1 parent 8c66630 commit d477787

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

+5-1
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/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)
610

711
**BREAKING CHANGES**
812

abrechnung/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Abrechnung - feature complete payment management and bookkeeping."""
22

3-
__version__ = "0.14.0"
3+
__version__ = "1.0.0"
44

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

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
abrechnung (0.14.0) stable; urgency=medium
28

39
* Abrechnung release 0.14.0

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ plugins = ["pydantic.mypy"]
9494
source = ["abrechnung"]
9595

9696
[tool.bumpversion]
97-
current_version = "0.14.0"
97+
current_version = "1.0.0"
9898
commit = false
9999
files = [
100100
{ filename = "abrechnung/__init__.py" },

0 commit comments

Comments
 (0)