Skip to content
Snippets Groups Projects
Commit 5f68d1a5 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'fix-release-2.2.post0' into 'master'

Release 2.2.1

See merge request AlekSIS/official/AlekSIS-App-CSVImport!96
parents ad6756b3 48dcd039
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,14 @@ and this project adheres to `Semantic Versioning`_. ...@@ -9,6 +9,14 @@ and this project adheres to `Semantic Versioning`_.
Unreleased Unreleased
---------- ----------
`2.2.1` - 2022-02-03
--------------------
Fixed
~~~~~
* Wrong import in process utility
`2.2`_ - 2022-02-03 `2.2`_ - 2022-02-03
------------------- -------------------
...@@ -165,3 +173,4 @@ Fixed ...@@ -165,3 +173,4 @@ Fixed
.. _2.0: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-CSVImport/-/tags/2.0 .. _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 .. _2.1: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-CSVImport/-/tags/2.1
.. _2.2: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-CSVImport/-/tags/2.2 .. _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
...@@ -31,7 +31,7 @@ author = "The AlekSIS Team" ...@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
# The short X.Y version # The short X.Y version
version = "2.2" version = "2.2"
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = "2.2.1.dev0" release = "2.2.2.dev0"
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
[tool.poetry] [tool.poetry]
name = "AlekSIS-App-CSVImport" name = "AlekSIS-App-CSVImport"
version = "2.2.1.dev0" version = "2.2.2.dev0"
packages = [ packages = [
{ include = "aleksis" } { 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