diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9df9cf148c9e87761e7a349e05625a787f0108f5..d6fff189e69ddfa0fcdd20c452e04c17492ef939 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 ----------- +`3.0.1`_ - 2023-07-20 +--------------------- Fixed ~~~~~ @@ -229,3 +229,4 @@ Fixed .. _2.3: https://edugit.org/AlekSIS/official/AlekSIS-App-CSVImport/-/tags/2.3 .. _3.0b0: https://edugit.org/AlekSIS/official/AlekSIS-App-CSVImport/-/tags/3.0b0 .. _3.0: https://edugit.org/AlekSIS/official/AlekSIS-App-CSVImport/-/tags/3.0 +.. _3.0.1: https://edugit.org/AlekSIS/official/AlekSIS-App-CSVImport/-/tags/3.0.1 diff --git a/docs/conf.py b/docs/conf.py index cf951312d4bfa2e0e1a0d54cf06abfd0553712b8..450834849f6cfcf9dd29951cd1e3ff3c064d964f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,7 +31,7 @@ author = "The AlekSIS Team" # The short X.Y version version = "3.0" # The full version, including alpha/beta/rc tags -release = "3.0.1.dev0" +release = "3.0.1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 414c2256c1af868e44f121bebcbd4029474faaf6..e191602354ce99cd739a4172cb7ab930cb3f52fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-CSVImport" -version = "3.0.1.dev0" +version = "3.0.1" packages = [ { include = "aleksis" } ]