From 696b679148efcce8125b5279d94e888ccaf28a72 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Sun, 6 Feb 2022 13:21:54 +0100
Subject: [PATCH] Bump version to 2.0 and raise dependencies to other AlekSIS
 parts

---
 CHANGELOG.rst  | 5 +++--
 docs/conf.py   | 2 +-
 pyproject.toml | 6 +++---
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index e5c27516a..c40216150 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.0` - 2022-02-06
+------------------
 
 Changed
 ~~~~~~~
@@ -226,3 +226,4 @@ Fixed
 .. _2.0rc5: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/2.0rc5
 .. _2.0rc6: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/2.0rc6
 .. _2.0rc7: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/2.0rc7
+.. _2.0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/2.0
diff --git a/docs/conf.py b/docs/conf.py
index 9339a7085..11400bd78 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
 # The short X.Y version
 version = "2.0"
 # The full version, including alpha/beta/rc tags
-release = "2.0rc8"
+release = "2.0"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index edc504733..81cbc9853 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Alsijil"
-version = "2.0rc8"
+version = "2.0"
 packages = [
     { include = "aleksis" }
 ]
@@ -48,8 +48,8 @@ secondary = true
 
 [tool.poetry.dependencies]
 python = "^3.9"
-aleksis-core = "^2.2"
-aleksis-app-chronos = "^2.0rc3"
+aleksis-core = "^2.7"
+aleksis-app-chronos = "^2.2"
 
 [tool.poetry.dev-dependencies]
 aleksis-builddeps = "^6"
-- 
GitLab