From 3c16e69b1e882b64b318b14f13bc01c35f2b05f0 Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Mon, 15 May 2023 17:59:08 +0200 Subject: [PATCH] Bump version to 2.0 --- CHANGELOG.rst | 10 ++++++++-- docs/conf.py | 2 +- pyproject.toml | 6 +++--- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 670c5e1..bc2693f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,8 +6,13 @@ 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`_. -`2.0b0` - 2023-03-01 --------------------- +`2.0`_ - 2023-05-15 +------------------- + +Nothing changed. + +`2.0b0`_ - 2023-03-01 +--------------------- This version requires AlekSIS-Core 3.0. It is incompatible with any previous version. @@ -62,3 +67,4 @@ Added .. _1.0.1: https://edugit.org/AlekSIS/official/AlekSIS-App-Stoelindeling/-/tags/1.0.1 .. _1.0.2: https://edugit.org/AlekSIS/official/AlekSIS-App-Stoelindeling/-/tags/1.0.2 .. _2.0b0: https://edugit.org/AlekSIS/official/AlekSIS-App-Stoelindeling/-/tags/2.0b0 +.. _2.0: https://edugit.org/AlekSIS/official/AlekSIS-App-Stoelindeling/-/tags/2.0 diff --git a/docs/conf.py b/docs/conf.py index cd65ba3..4753bf4 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.0b0" +release = "2.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index daa48da..49ec693 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Stoelindeling" -version = "2.0b0" +version = "2.0" packages = [ { include = "aleksis" } ] @@ -30,8 +30,8 @@ secondary = true [tool.poetry.dependencies] python = "^3.9" -aleksis-core = "^3.0b0" -aleksis-app-chronos = "^3.0b0" +aleksis-core = "^3.0" +aleksis-app-chronos = "^3.0" [tool.poetry.dev-dependencies] aleksis-builddeps = "*" -- GitLab