From 76a99d848c2fc10e72e453385bf7d4f364770000 Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Mon, 21 Mar 2022 19:44:44 +0100 Subject: [PATCH] Bump version to 2.3 --- CHANGELOG.rst | 4 ++-- docs/conf.py | 4 ++-- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a505968f..ec19b20f 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.3`_ - 2022-03-21 +------------------- Added ~~~~~ diff --git a/docs/conf.py b/docs/conf.py index 02d56cab..8cd3871a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,9 +29,9 @@ copyright = "2018-2022 The AlekSIS team" author = "The AlekSIS Team" # The short X.Y version -version = "2.2" +version = "2.3" # The full version, including alpha/beta/rc tags -release = "2.2.2.dev0" +release = "2.3" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 5d9e83de..c68da2d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Chronos" -version = "2.2.2.dev0" +version = "2.3" packages = [ { include = "aleksis" } ] -- GitLab