From fc2baceccb8b6facee070a493bfb7d12a0912d1e Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Sun, 30 Mar 2025 12:35:20 +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 d5f9ab654..79daf229d 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`_ - 2025-03-29 ------------------- diff --git a/docs/conf.py b/docs/conf.py index d74c642d7..f7e0eb6c8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,9 +29,9 @@ copyright = "2019-2025 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 1ccae609f..b5608714d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-Core" -version = "4.0.0" +version = "4.1.0.dev0" packages = [ { include = "aleksis" } ] -- GitLab