Skip to content
Snippets Groups Projects
Verified Commit ba40493e authored by Jonathan Weth's avatar Jonathan Weth :keyboard: Committed by Nik | Klampfradler
Browse files

Bump version to 2.1 and update changelog

parent c4cb5eb4
No related branches found
No related tags found
1 merge request!80Prepare release 2.1
Pipeline #50424 passed
......@@ -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
......@@ -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 ---------------------------------------------------
......
[tool.poetry]
name = "AlekSIS-App-CSVImport"
version = "2.1.dev0"
version = "2.1"
packages = [
{ include = "aleksis" }
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment