From a7caf4896d7a5d47b28b4938c9adb7b73df05e8d Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Mon, 15 May 2023 21:51:04 +0200 Subject: [PATCH] Bump version to 0.2 --- CHANGELOG.rst | 7 +++++++ pyproject.toml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b13a9b5..0314915 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 38e5054..293147e 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" -- GitLab