From b838b3a4c818bff493663fbf81e83a77a60cf53b Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Sat, 12 Feb 2022 17:09:53 +0100 Subject: [PATCH] Bump version to 2.0.1 and update changelog --- CHANGELOG.rst | 9 +++++---- docs/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 68c0033c8..33081e738 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,8 +6,8 @@ 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`_. -Unreleased ----------- +`2.0.1`_ - 2022-02-12 +--------------------- Fixed ~~~~~ @@ -15,7 +15,7 @@ Fixed * Status icon in single-lesson view showed 'Missing data' although the data were complete. * The personal note tab of a lesson was not well usable on mobile devices. -`2.0` - 2022-02-06 +`2.0`_ - 2022-02-06 ------------------ Changed @@ -28,7 +28,7 @@ Fixed * Events without groups caused an error when not accessed through the week view. -`2.0rc7` - 2021-12-25 +`2.0rc7`_ - 2021-12-25 --------------------- Changed @@ -236,3 +236,4 @@ Fixed .. _2.0rc6: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/2.0rc6 .. _2.0rc7: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/2.0rc7 .. _2.0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/2.0 +.. _2.0.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/2.0.1 diff --git a/docs/conf.py b/docs/conf.py index e0e13783c..584ec621a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,7 +31,7 @@ author = "The AlekSIS Team" # The short X.Y version version = "2.0" # The full version, including alpha/beta/rc tags -release = "2.0.1.dev0" +release = "2.0.1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 0f71a6894..9dc5d1f79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Alsijil" -version = "2.0.1.dev0" +version = "2.0.1" packages = [ { include = "aleksis" } ] -- GitLab