diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 38a22cc33ec482791a261b0ddf5ace716d1c0743..a7288ab1e2b453571a25f2ba5c8b8da6da07d6bf 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 161878d8fd596b7cc2eefe14a05b0ac60450ad09..afc038a2806a740d29f29d5a2f7cf97cfecdfeb4 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" } ]