From 00d74a5021e9a5e37ab859fcf17931e2b3732359 Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Tue, 5 Sep 2023 17:19:31 +0200
Subject: [PATCH] Bump version to 0.3

---
 CHANGELOG.rst  | 9 +++++++++
 pyproject.toml | 4 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index bc47eb1..19aba3c 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -6,6 +6,14 @@ All notable changes to this project will be documented in this file.
 The format is based on `Keep a Changelog`_,
 and this project adheres to `Semantic Versioning`_.
 
+`0.3`_ - 2023-09-05
+-------------------
+
+Added
+~~~~~
+
+* Preview view for card layouts.
+
 `0.2.1`_ - 2023-08-30
 ---------------------
 
@@ -48,3 +56,4 @@ Added
 .. _0.1.1: https://edugit.org/AlekSIS/onboarding/AlekSIS-App-Kort/-/tags/0.1.1
 .. _0.2: https://edugit.org/AlekSIS/onboarding/AlekSIS-App-Kort/-/tags/0.2
 .. _0.2.1: https://edugit.org/AlekSIS/onboarding/AlekSIS-App-Kort/-/tags/0.2.1
+.. _0.3: https://edugit.org/AlekSIS/onboarding/AlekSIS-App-Kort/-/tags/0.3
diff --git a/pyproject.toml b/pyproject.toml
index 483e193..9f8ce19 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Kort"
-version = "0.2.1"
+version = "0.3"
 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 = "^3.0"
+aleksis-core = "^4.0.dev0"
 python-barcode = "^0.15.0"
 django-formtools = "^2.3"
 django-ace = "^1.0.12"
-- 
GitLab