diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 40968fc504e02e6878015d69bcb47d040ec759fc..09e82aafb0e11db8e8c28cf84123057b84941904 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 cfe7e28b2b06370c76c4b1ac0a8ec9b005ac1536..11fbb7e798a77a8a5ba1e8063c6fffea57f335ae 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 200431186912cbe02ae7b8e87c3fdacaf1eaf149..c2787b2327637915b152607e4c82130709701017 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" } ]