From 40c6e11a5a50e44c94d422b2a6794f34ec4ad3bf Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Thu, 20 Jul 2023 19:40:02 +0200 Subject: [PATCH] Bump version to 3.0.1 --- CHANGELOG.rst | 5 +++-- docs/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9df9cf1..d6fff18 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 cf95131..4508348 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 414c225..e191602 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" } ] -- GitLab