diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d75d045a6ff72c308e42a6a1346419d7172086b1..bb44edb26b529859e8b97b7c4184717e02aa6d5e 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.2.1_ – 2021-12-02 +-------------------- Fixed ~~~~~ @@ -500,3 +500,4 @@ Fixed .. _2.1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.1 .. _2.1.1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.1.1 .. _2.2: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.2 +.. _2.2.1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.2.1 diff --git a/pyproject.toml b/pyproject.toml index a32ca34c7c672a5d556439f68549b01a0229b5a8..179e093eb4f90fdaf16146155866ee7b2a44e256 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-Core" -version = "2.3.dev0" +version = "2.2.1" packages = [ { include = "aleksis" } ]