Skip to content

Commit

Permalink
chore: release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikonse committed Jan 31, 2025
1 parent cfad915 commit 0fbceec
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

## Unreleased

[Compare the full difference.](https://github.com/SFTtech/abrechnung/compare/v1.0.0...HEAD)
[Compare the full difference.](https://github.com/SFTtech/abrechnung/compare/v1.1.0...HEAD)

## 1.1.0 (2025-01-31)

[Compare the full difference.](https://github.com/SFTtech/abrechnung/compare/v1.0.0...v1.1.0)

**Features**

Expand Down
2 changes: 1 addition & 1 deletion abrechnung/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Abrechnung - feature complete payment management and bookkeeping."""

__version__ = "1.0.0"
__version__ = "1.1.0"

MAJOR_VERSION = __version__.split(".")[0]
MINOR_VERSION = __version__.split(".")[1]
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
abrechnung (1.1.0) stable; urgency=medium

* Abrechnung release 1.1.0

-- Michael Loipführer <[email protected]> Fri, 31 Jan 2025 18:16:12

abrechnung (1.0.0) stable; urgency=medium

* Abrechnung release 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ plugins = ["pydantic.mypy"]
source = ["abrechnung"]

[tool.bumpversion]
current_version = "1.0.0"
current_version = "1.1.0"
commit = false
files = [
{ filename = "abrechnung/__init__.py" },
Expand Down

0 comments on commit 0fbceec

Please sign in to comment.