From 9c747d3737c3ac31fce2eafcf8a977bb926feeb9 Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Sat, 9 May 2020 19:52:49 +0200
Subject: [PATCH] Fix core version

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index ec58e50b..271f75ed 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -27,7 +27,7 @@ classifiers = [
 [tool.poetry.dependencies]
 python = "^3.7"
 calendarweek = "^0.4.4"
-AlekSIS = "^2.0a3.dev0"
+AlekSIS = "^2.0a2"
 
 [build-system]
 requires = ["poetry>=1.0"]
-- 
GitLab