diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bc47eb1c208b31ad71abd03ad201912aac0d12d9..19aba3c6da8e70ce9fadd738f09d31fdb3fb1364 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 483e193a71b355ca45b34583c0cba1a5797645c0..9f8ce196bbfc75ad43c105e87cf477b913175318 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"