From f8b516ef76fc22b9bd7e03ec51c0a09449e46ad1 Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Tue, 5 Sep 2023 17:47:17 +0200
Subject: [PATCH] Add post release due to a wrong core version

---
 pyproject.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 9f8ce19..639992a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Kort"
-version = "0.3"
+version = "0.3.post0"
 packages = [
     { include = "aleksis" }
 ]
@@ -29,7 +29,7 @@ url = "https://edugit.org/api/v4/projects/461/packages/pypi/simple"
 priority = "supplemental"
 [tool.poetry.dependencies]
 python = "^3.9"
-aleksis-core = "^4.0.dev0"
+aleksis-core = "^3.0"
 python-barcode = "^0.15.0"
 django-formtools = "^2.3"
 django-ace = "^1.0.12"
-- 
GitLab