From fbe99f67cdfae563efc37b45e1f59ccc7b16b1ee Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Fri, 11 Mar 2022 21:02:42 +0100
Subject: [PATCH] Bump version to 2.8; prepare release 2.8

---
 CHANGELOG.rst  | 5 +++--
 docs/conf.py   | 2 +-
 pyproject.toml | 2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 955b96f9c..224a5c8f7 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.8`_ - 2022-03-11
+-------------------
 
 Added
 ~~~~~
@@ -783,3 +783,4 @@ Fixed
 .. _2.7.2: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.7.2
 .. _2.7.3: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.7.3
 .. _2.7.4: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.7.4
+.. _2.8: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.8
diff --git a/docs/conf.py b/docs/conf.py
index 7ce65bcd9..0933d2717 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
 # The short X.Y version
 version = "2.8"
 # The full version, including alpha/beta/rc tags
-release = "2.8.dev0"
+release = "2.8"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 9ef13506d..c27acbdbb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-Core"
-version = "2.8.dev0"
+version = "2.8"
 packages = [
     { include = "aleksis" }
 ]
-- 
GitLab