From 89943de0258ac2d2f80d5e21511356d60f7a7924 Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Sun, 26 Dec 2021 12:01:49 +0100 Subject: [PATCH] Bump version to 2.0rc8 --- CHANGELOG.rst | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 38a22cc33..a7288ab1e 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.0rc7` - 2021-12-25 --------------------- diff --git a/pyproject.toml b/pyproject.toml index 161878d8f..afc038a28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Alsijil" -version = "2.0rc7" +version = "2.0rc8" packages = [ { include = "aleksis" } ] -- GitLab