From 358d471f778b9c441e7fea550ff91fb5a4db77c8 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Fri, 17 Dec 2021 22:43:37 +0100 Subject: [PATCH] Bump version to 2.4.dev0 --- CHANGELOG.rst | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6b368f954..6234ca018 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 +---------- + `2.3.1`_ – 2021-12-17 --------------------- diff --git a/pyproject.toml b/pyproject.toml index 2e55c52ad..04375dc8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-Core" -version = "2.3.1" +version = "2.4.dev0" packages = [ { include = "aleksis" } ] -- GitLab