From a01bb8813e67630f21848af6391800bee4c9b0a8 Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Mon, 21 Apr 2025 16:03:21 +0200 Subject: [PATCH] Bump version to 4.1.0.dev0 --- CHANGELOG.rst | 3 +++ docs/conf.py | 4 ++-- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a5883066..b7c8b6b0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,9 @@ 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 +---------- + `4.0.0`_ - 2025-04-16 --------------------- diff --git a/docs/conf.py b/docs/conf.py index b21bf6ab..10abae61 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,9 +29,9 @@ copyright = "2019-2022 The AlekSIS team" author = "The AlekSIS Team" # The short X.Y version -version = "4.0" +version = "4.1" # The full version, including alpha/beta/rc tags -release = "4.0.0" +release = "4.1.0.dev0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index e94381c2..5e180718 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Alsijil" -version = "4.0.0" +version = "4.1.0.dev0" packages = [ { include = "aleksis" } ] -- GitLab