diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2806fa97e4d48883dabb7d3eed341af4f0a889e0..ac2f938168387e146a1435772cc111ccdf41b203 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.7.4`_ - 2022-02-09 +--------------------- Changed ~~~~~~~ @@ -749,3 +749,4 @@ Fixed .. _2.7.1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.7.1 .. _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 diff --git a/docs/conf.py b/docs/conf.py index 6e406af5c0c7d02362e47c38c7581a50a983b5e3..09d8958c0cc6cb800a8068289b2d1712032fd1b3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,7 +31,7 @@ author = "The AlekSIS Team" # The short X.Y version version = "2.7" # The full version, including alpha/beta/rc tags -release = "2.7.4.dev0" +release = "2.7.4" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index bb8c16a3dc4f72927e18e805b75396a48a04f173..f2a0db313ea9f62e8dada0ccf6912ed20eb5e364 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-Core" -version = "2.7.4.dev0" +version = "2.7.4" packages = [ { include = "aleksis" } ]