From de64fb8561a1eb9e6302117d2e8c96b0c91bd6f7 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Sat, 25 Jun 2022 16:17:24 +0200 Subject: [PATCH] Bump version to 2.1 --- CHANGELOG.rst | 5 +++-- docs/conf.py | 4 ++-- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4f23945b4..0decd4f84 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.1`_ - 2022-06-25 +------------------- Added ~~~~~ @@ -257,3 +257,4 @@ Fixed .. _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 +.. _2.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/2.1 diff --git a/docs/conf.py b/docs/conf.py index d10744753..165df9ef5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,9 +29,9 @@ copyright = "2019-2022 The AlekSIS team" author = "The AlekSIS Team" # The short X.Y version -version = "2.0" +version = "2.1" # The full version, including alpha/beta/rc tags -release = "2.0.2.dev0" +release = "2.1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 5aaa12748..d687f883c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Alsijil" -version = "2.0.2.dev0" +version = "2.1" packages = [ { include = "aleksis" } ] -- GitLab