diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b13a9b51fba61b7eb152e23b55995e1217ca08b4..03149158c9fe2a376f4adbacb7d9bff5502928b9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,12 @@ 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`_. +`2.0`_ - 2023-05-15 +------------------- + +This version requires AlekSIS-Core 3.0. It is incompatible with any previous +version. + `0.1.1`_ - 2023-03-20 --------------------- @@ -29,3 +35,4 @@ Added .. _0.1: https://edugit.org/AlekSIS/onboarding/AlekSIS-App-Kort/-/tags/0.1 .. _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 diff --git a/pyproject.toml b/pyproject.toml index 38e5054dccfa2709514852a00f2f15892a3e92b0..293147e210c21b4f48db557fc1e74e943b006db5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Kort" -version = "0.1.1" +version = "0.2" packages = [ { include = "aleksis" } ] @@ -25,7 +25,7 @@ secondary = true [tool.poetry.dependencies] python = "^3.9" -aleksis-core = "^3.0b2" +aleksis-core = "^3.0" python-barcode = "^0.14.0" django-formtools = "^2.3" django-ace = "^1.0.12"