From 9d78e1a1c7482299430c1ad7576e715a571b256c Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Wed, 30 Aug 2023 16:19:57 +0200 Subject: [PATCH] Bump version to 0.2.1 --- CHANGELOG.rst | 13 ++++++++++++- pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0314915..8d0d1be 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,7 +6,17 @@ 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 +`0.2.1`_ - 2023-08-30 +--------------------- + +Fixed +~~~~~ + +* Columns had unsable links. +* API endpoint for printer details returned 500 instead of 403. +* Card PDF generation wasn't possible without a chip number. + +`0.2`_ - 2023-05-15 ------------------- This version requires AlekSIS-Core 3.0. It is incompatible with any previous @@ -36,3 +46,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 +.. _0.2.1: https://edugit.org/AlekSIS/onboarding/AlekSIS-App-Kort/-/tags/0.2.1 diff --git a/pyproject.toml b/pyproject.toml index c14f188..483e193 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Kort" -version = "0.2" +version = "0.2.1" packages = [ { include = "aleksis" } ] -- GitLab