File tree Expand file tree Collapse file tree 5 files changed +15
-5
lines changed
frontend/apps/mobile/android/app Expand file tree Collapse file tree 5 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11"""Abrechnung - feature complete payment management and bookkeeping."""
22
3- __version__ = "0.13.1 "
3+ __version__ = "0.13.2 "
44
55MAJOR_VERSION = __version__ .split ("." )[0 ]
66MINOR_VERSION = __version__ .split ("." )[1 ]
Original file line number Diff line number Diff line change 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+
17abrechnung (0.13.1) stable; urgency=medium
28
39 * Abrechnung release 0.13.1
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ source = [
106106]
107107
108108[tool .bumpversion ]
109- current_version = " 0.13.1 "
109+ current_version = " 0.13.2 "
110110commit = false
111111files = [
112112 { filename = " abrechnung/__init__.py" },
You can’t perform that action at this time.
0 commit comments