From 6367352a370f09d723f3d6ba0e6c4dd2667d952b Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Tue, 5 May 2020 12:03:01 +0200
Subject: [PATCH] Raise version

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

diff --git a/pyproject.toml b/pyproject.toml
index 23582f9..68bb3d2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-LDAP"
-version = "2.0a2"
+version = "2.0a3.dev0"
 packages = [
     { include = "aleksis" }
 ]
@@ -28,7 +28,7 @@ classifiers = [
 python = "^3.7"
 django-ldapdb = "^1.4.0"
 tqdm = "^4.44.1"
-AlekSIS = "^2.0a2"
+AlekSIS = "^2.0a3.dev0"
 
 [build-system]
 requires = ["poetry>=1.0"]
-- 
GitLab