diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b8d85582d486dfdd7e64d7532985d7f20346d6d6..fb3c443ee5dc2a50bccc65cff5d743c0783515c7 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.3`_ - 2022-06-25 +------------------- Added ~~~~~ @@ -185,3 +185,4 @@ Fixed .. _2.1: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-CSVImport/-/tags/2.1 .. _2.2: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-CSVImport/-/tags/2.2 .. _2.2.1: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-CSVImport/-/tags/2.2.1 +.. _2.3: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-CSVImport/-/tags/2.3 diff --git a/docs/conf.py b/docs/conf.py index 13efb15cfcbe715a9bad2bad1ea59ffec4a78042..d80371f66467d266d6d5e605698a909ce7676127 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,9 +29,9 @@ copyright = "2018-2022 The AlekSIS team" author = "The AlekSIS Team" # The short X.Y version -version = "2.2" +version = "2.3" # The full version, including alpha/beta/rc tags -release = "2.2.2.dev0" +release = "2.3" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 160638b42f3f0f05e0de0ca1908b2a89b6056f07..076c11a05842f883c4d3e69baa7d4919dea12605 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-CSVImport" -version = "2.2.2.dev0" +version = "2.3" packages = [ { include = "aleksis" } ]