Skip to content

Commit 3b1acbc

Browse files
committed
chore: release v0.13.2
1 parent 046e752 commit 3b1acbc

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
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.13.1...HEAD)
5+
[Compare the full difference.](https://github.com/SFTtech/abrechnung/compare/v0.13.2...HEAD)
6+
7+
## 0.13.1 (2024-02-11)
8+
9+
[Compare the full difference.](https://github.com/SFTtech/abrechnung/compare/v0.13.1...v0.13.2)
610

711
- fix frontend docker container startup
812

abrechnung/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Abrechnung - feature complete payment management and bookkeeping."""
22

3-
__version__ = "0.13.1"
3+
__version__ = "0.13.2"
44

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

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
abrechnung (0.13.2) stable; urgency=medium
2+
3+
* Abrechnung release 0.13.2
4+
5+
-- Michael Loipführer <[email protected]> Sun, 11 Feb 2024 09:42:57 +0100
6+
17
abrechnung (0.13.1) stable; urgency=medium
28

39
* Abrechnung release 0.13.1

frontend/apps/mobile/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ android {
7979
applicationId "lol.sft.abrechnung"
8080
minSdkVersion rootProject.ext.minSdkVersion
8181
targetSdkVersion rootProject.ext.targetSdkVersion
82-
versionCode 5
83-
versionName "0.13.1"
82+
versionCode 6
83+
versionName "0.13.2"
8484

8585
testBuildType System.getProperty('testBuildType', 'debug')
8686
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ source = [
106106
]
107107

108108
[tool.bumpversion]
109-
current_version = "0.13.1"
109+
current_version = "0.13.2"
110110
commit = false
111111
files = [
112112
{ filename = "abrechnung/__init__.py" },

0 commit comments

Comments
 (0)