Skip to content

Commit

Permalink
chore: release v0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikonse committed Feb 11, 2024
1 parent 046e752 commit 3b1acbc
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 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/v0.13.1...HEAD)
[Compare the full difference.](https://github.com/SFTtech/abrechnung/compare/v0.13.2...HEAD)

## 0.13.1 (2024-02-11)

[Compare the full difference.](https://github.com/SFTtech/abrechnung/compare/v0.13.1...v0.13.2)

- fix frontend docker container startup

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__ = "0.13.1"
__version__ = "0.13.2"

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 (0.13.2) stable; urgency=medium

* Abrechnung release 0.13.2

-- Michael Loipführer <[email protected]> Sun, 11 Feb 2024 09:42:57 +0100

abrechnung (0.13.1) stable; urgency=medium

* Abrechnung release 0.13.1
Expand Down
4 changes: 2 additions & 2 deletions frontend/apps/mobile/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ android {
applicationId "lol.sft.abrechnung"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 5
versionName "0.13.1"
versionCode 6
versionName "0.13.2"

testBuildType System.getProperty('testBuildType', 'debug')
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ source = [
]

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

0 comments on commit 3b1acbc

Please sign in to comment.