Skip to content
Snippets Groups Projects
Verified Commit 3a9b2770 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Bump version to 2.1

parent 22b05f2d
No related branches found
No related tags found
1 merge request!228Prepare release 2.1
Pipeline #48910 passed with warnings
...@@ -6,8 +6,8 @@ All notable changes to this project will be documented in this file. ...@@ -6,8 +6,8 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog`_, The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_. and this project adheres to `Semantic Versioning`_.
Unreleased `2.1`_ - 2022-01-04
---------- -------------------
Added Added
~~~~~ ~~~~~
...@@ -19,6 +19,7 @@ Changed ...@@ -19,6 +19,7 @@ Changed
* The subject linked to a group can now be edited in the normal group edit form. * The subject linked to a group can now be edited in the normal group edit form.
* Names of subjects no longer have to be unique (short names still have to be). * Names of subjects no longer have to be unique (short names still have to be).
* Update German translations.
Fixed Fixed
~~~~~ ~~~~~
...@@ -250,3 +251,4 @@ Fixed ...@@ -250,3 +251,4 @@ Fixed
.. _2.0rc2: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.0rc2 .. _2.0rc2: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.0rc2
.. _2.0rc3: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.0rc3 .. _2.0rc3: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.0rc3
.. _2.0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.0 .. _2.0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.0
.. _2.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Chronos/-/tags/2.1
[tool.poetry] [tool.poetry]
name = "AlekSIS-App-Chronos" name = "AlekSIS-App-Chronos"
version = "2.1.dev0" version = "2.1"
packages = [ packages = [
{ include = "aleksis" } { include = "aleksis" }
] ]
...@@ -27,7 +27,7 @@ repository = "https://edugit.org/AlekSIS/official/AlekSIS-App-Chronos" ...@@ -27,7 +27,7 @@ repository = "https://edugit.org/AlekSIS/official/AlekSIS-App-Chronos"
documentation = "https://aleksis.org/AlekSIS/docs/html/" documentation = "https://aleksis.org/AlekSIS/docs/html/"
keywords = ["SIS", "education", "school", "timetable", "plans"] keywords = ["SIS", "education", "school", "timetable", "plans"]
classifiers = [ classifiers = [
"Development Status :: 4 - Beta", "Development Status :: 5 - Production/Stable",
"Environment :: Web Environment", "Environment :: Web Environment",
"Framework :: Django :: 3.0", "Framework :: Django :: 3.0",
"Intended Audience :: Education", "Intended Audience :: Education",
...@@ -43,8 +43,8 @@ secondary = true ...@@ -43,8 +43,8 @@ secondary = true
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.9" python = "^3.9"
calendarweek = "^0.5.0" calendarweek = "^0.5.0"
aleksis-core = "^2.0rc3" aleksis-core = "^2.0"
aleksis-app-resint = "^2.0b0" aleksis-app-resint = "^2.0"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
aleksis-builddeps = "^5" aleksis-builddeps = "^5"
......
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