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

Bump version to 2.1 and update changelog

parent 59da95d4
No related branches found
No related tags found
No related merge requests found
...@@ -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-13
---------- -------------------
Added Added
~~~~~ ~~~~~
...@@ -148,3 +148,4 @@ Fixed ...@@ -148,3 +148,4 @@ Fixed
.. _2.0rc2: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.0rc2 .. _2.0rc2: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.0rc2
.. _2.0rc3: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.0rc3 .. _2.0rc3: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.0rc3
.. _2.0: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.0 .. _2.0: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.0
.. _2.1: https://edugit.org/Teckids/AlekSIS/AlekSIS-App-Untis/-/tags/2.1
...@@ -29,9 +29,9 @@ copyright = "2018-2022 The AlekSIS team" ...@@ -29,9 +29,9 @@ copyright = "2018-2022 The AlekSIS team"
author = "The AlekSIS Team" author = "The AlekSIS Team"
# The short X.Y version # The short X.Y version
version = "2.2" version = "2.1"
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = "2.2.1.dev0" release = "2.1"
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
[tool.poetry] [tool.poetry]
name = "AlekSIS-App-Untis" name = "AlekSIS-App-Untis"
version = "2.1.dev0" version = "2.1"
packages = [ packages = [
{ include = "aleksis" } { include = "aleksis" }
] ]
...@@ -23,7 +23,7 @@ repository = "https://edugit.org/AlekSIS/official/AlekSIS-App-Untis" ...@@ -23,7 +23,7 @@ repository = "https://edugit.org/AlekSIS/official/AlekSIS-App-Untis"
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",
...@@ -41,8 +41,8 @@ python = "^3.9" ...@@ -41,8 +41,8 @@ python = "^3.9"
mysqlclient = "^2.0.0" mysqlclient = "^2.0.0"
tqdm = "^4.44.1" tqdm = "^4.44.1"
defusedxml = "^0.7.0" defusedxml = "^0.7.0"
aleksis-core = "^2.0rc" aleksis-core = "^2.0"
aleksis-app-chronos = "^2.0rc" aleksis-app-chronos = "^2.0"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
aleksis-builddeps = "^6" aleksis-builddeps = "^6"
......
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