Skip to content

Commit

Permalink
release v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mikonse committed Jan 7, 2022
1 parent fd03592 commit 04f58b6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion abrechnung/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Abrechnung - feature complete payment management and bookkeeping."""

__version__ = "0.4.2"
__version__ = "0.4.3"
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
abrechnung (0.4.3) stable; urgency=medium

* Abrechnung release 0.4.3

-- Michael Loipführer <[email protected]> Fri, 7 Jan 2022 00:15:24 +0000

abrechnung (0.4.2) stable; urgency=medium

* Abrechnung release 0.4.2
Expand Down
1 change: 0 additions & 1 deletion tools/build_debian_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"debian:bullseye",
"debian:bookworm",
"debian:sid",
"ubuntu:focal", # 20.04 LTS (our EOL forced by Py38 on 2024-10-14)
"ubuntu:hirsute", # 21.04 (EOL 2022-01-05)
"ubuntu:impish", # 21.10 (EOL 2022-07)
)
Expand Down

0 comments on commit 04f58b6

Please sign in to comment.