Skip to content
Snippets Groups Projects
Verified Commit 8494831c authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Bump version to 2.9

parent 45a25619
No related branches found
Tags 2.9
No related merge requests found
...@@ -6,8 +6,8 @@ All notable changes to this project will be documented in this file. ...@@ -6,8 +6,8 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog`_, The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_. and this project adheres to `Semantic Versioning`_.
Unreleased `2.9`_ - 2022-05-25
---------- -------------------
Added Added
~~~~~ ~~~~~
...@@ -39,7 +39,7 @@ Changed ...@@ -39,7 +39,7 @@ Changed
* [Dev] ActionForm now returns a proper return value from the executed action * [Dev] ActionForm now returns a proper return value from the executed action
* Pin version of javascript dependencies * Pin version of javascript dependencies
2.8.1`_ - 2022-03-13 `2.8.1`_ - 2022-03-13
-------------------- --------------------
Changed Changed
...@@ -826,3 +826,4 @@ Fixed ...@@ -826,3 +826,4 @@ Fixed
.. _2.7.4: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.7.4 .. _2.7.4: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.7.4
.. _2.8: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.8 .. _2.8: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.8
.. _2.8.1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.8.1 .. _2.8.1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.8.1
.. _2.9: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.9
...@@ -29,9 +29,9 @@ copyright = "2019-2022 The AlekSIS team" ...@@ -29,9 +29,9 @@ copyright = "2019-2022 The AlekSIS team"
author = "The AlekSIS Team" author = "The AlekSIS Team"
# The short X.Y version # The short X.Y version
version = "2.8" version = "2.9"
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = "2.8.2.dev0" release = "2.9"
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
[tool.poetry] [tool.poetry]
name = "AlekSIS-Core" name = "AlekSIS-Core"
version = "2.8.2.dev0" version = "2.9"
packages = [ packages = [
{ include = "aleksis" } { include = "aleksis" }
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment