Skip to content
Snippets Groups Projects
Commit ccf33881 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Merge branch 'prepare-release-2.9-2' into 'master'

Do release 2.9

See merge request !1030
parents e13cc5ee 8ff299db
No related branches found
No related tags found
1 merge request!1030Do release 2.9
Pipeline #71457 passed with warnings
Pipeline: AlekSIS

#71465

    ......@@ -9,6 +9,9 @@ and this project adheres to `Semantic Versioning`_.
    Unreleased
    ----------
    `2.9`_ - 2022-05-25
    -------------------
    Added
    ~~~~~
    ......@@ -39,7 +42,7 @@ Changed
    * [Dev] ActionForm now returns a proper return value from the executed action
    * Pin version of javascript dependencies
    2.8.1`_ - 2022-03-13
    `2.8.1`_ - 2022-03-13
    --------------------
    Changed
    ......@@ -826,3 +829,4 @@ Fixed
    .. _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.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"
    author = "The AlekSIS Team"
    # The short X.Y version
    version = "2.8"
    version = "2.9"
    # The full version, including alpha/beta/rc tags
    release = "2.8.2.dev0"
    release = "2.9.1.dev0"
    # -- General configuration ---------------------------------------------------
    ......
    [tool.poetry]
    name = "AlekSIS-Core"
    version = "2.8.2.dev0"
    version = "2.9.1.dev0"
    packages = [
    { 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