diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 955b96f9c2c7e6189fa13c6cbe08c9daccfba01a..224a5c8f784e9218df0d3c289435fa616faae21d 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 7ce65bcd98683c01f7ae33999ee15fc67d3cbd5e..0933d2717aee5cce0a75a335d3278d8916d54b51 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 9ef13506d152293aec96b44176e0a73104d9cd87..c27acbdbb77b7ed46a24b235d01cebf9c4a947f7 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" } ]