From ba40493e237e70faec6e7684fafc85e9cf80de7d Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Mon, 17 Jan 2022 21:23:04 +0100
Subject: [PATCH] Bump version to 2.1 and update changelog

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

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 40968fc..09e82aa 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.1`_ - 2022-01-17
+-------------------
 
 Added
 ~~~~~
@@ -31,6 +31,7 @@ Changed
 * Support adding domains to local parts of email addresses.
 * Unclearly used ``is_active`` flag for ``Person`` model was removed
 * Use phone number country code setting from AlekSIS-Core.
+* Update German translations.
 
 Fixed
 ~~~~~
@@ -44,6 +45,7 @@ Fixed
 * First column of CSV files could not be imported
 * Celery task wasn't correctly registered.
 * Management command wasn't usable due to missing arguments.
+* Add documentation.
 
 Removed
 ~~~~~~~
@@ -134,3 +136,4 @@ Fixed
 .. _2.0rc1: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-CSVImport/-/tags/2.0rc1
 .. _2.0rc2: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-CSVImport/-/tags/2.0rc2
 .. _2.0: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-CSVImport/-/tags/2.0
+.. _2.1: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-CSVImport/-/tags/2.1
diff --git a/docs/conf.py b/docs/conf.py
index cfe7e28..11fbb7e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
 # The short X.Y version
 version = "2.1"
 # The full version, including alpha/beta/rc tags
-release = "2.1.1.dev0"
+release = "2.1"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 2004311..c2787b2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-CSVImport"
-version = "2.1.dev0"
+version = "2.1"
 packages = [
     { include = "aleksis" }
 ]
-- 
GitLab