From 253d94618e6d738dc7468fa5ccc076cd9c38197e Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Sun, 24 Jul 2022 17:49:45 +0200
Subject: [PATCH] Bump version to 2.3.1

---
 CHANGELOG.rst  | 6 ++++--
 docs/conf.py   | 2 +-
 pyproject.toml | 2 +-
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index a432f4a..12aa6e5 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.1`_ - 2022-07-24
+---------------------
 
 Added
 ~~~~~
@@ -195,3 +195,5 @@ Fixed
 .. _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
+.. _2.3.1: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-CSVImport/-/tags/2.3.1
+
diff --git a/docs/conf.py b/docs/conf.py
index b94e857..f83a9b1 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
 # The short X.Y version
 version = "2.3"
 # The full version, including alpha/beta/rc tags
-release = "2.3.1.dev0"
+release = "2.3.1"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index bbc3330..f046797 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-CSVImport"
-version = "2.3.1.dev0"
+version = "2.3.1"
 packages = [
     { include = "aleksis" }
 ]
-- 
GitLab