Skip to content
Snippets Groups Projects
Commit c85ab041 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'prepare-release-2.0.1' into 'master'

Prepare release 2.0.1 (the second)

See merge request AlekSIS/official/AlekSIS-App-Hjelp!104
parents 25d59d9a 8da9e16d
No related branches found
No related tags found
1 merge request!104Prepare release 2.0.1 (the second)
Pipeline #48921 passed with warnings
Pipeline: AlekSIS

#48926

    ......@@ -9,6 +9,9 @@ and this project adheres to `Semantic Versioning`_.
    Unreleased
    ----------
    `2.0.1`_ - 2022-01-04
    ---------------------
    Fixed
    ~~~~~
    ......@@ -102,3 +105,4 @@ Added
    .. _2.0rc2: https://edugit.org/AlekSIS/Official/AlekSIS-App-Hjelp/-/tags/2.0rc2
    .. _2.0rc3: https://edugit.org/AlekSIS/Official/AlekSIS-App-Hjelp/-/tags/2.0rc3
    .. _2.0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Hjelp/-/tags/2.0
    .. _2.0.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Hjelp/-/tags/2.0.1
    ......@@ -19,9 +19,9 @@ Licence
    ::
    Copyright © 2019, 2020, 2021 Jonathan Weth <dev@jonathanweth.de>
    Copyright © 2019, 2020, 2021 Julian Leucker <leuckeju@katharineum.de>
    Copyright © 2019, 2020 Hangzhi Yu <yuha@katharineum.de>
    Copyright © 2019, 2020, 2021 Jonathan Weth <dev@jonathanweth.de>
    Copyright © 2019, 2020, 2021 Hangzhi Yu <yuha@katharineum.de>
    Copyright © 2019 Frank Poetzsch-Heffter <p-h@katharineum.de>
    Copyright © 2020 Dominik George <dominik.george@teckids.org>
    Copyright © 2020 Tom Teichler <tom.teichler@teckids.org>
    ......
    ......@@ -10,9 +10,9 @@ class HjelpConfig(AppConfig):
    }
    licence = "EUPL-1.2+"
    copyright_info = (
    ([2019, 2020, 2021], "Jonathan Weth", "dev@jonathanweth.de"),
    ([2019, 2020, 2021], "Julian Leucker", "leuckeju@katharineum.de"),
    ([2019, 2020], "Hangzhi Yu", "yuha@katharineum.de"),
    ([2019, 2020, 2021], "Jonathan Weth", "dev@jonathanweth.de"),
    ([2019, 2020, 2021], "Hangzhi Yu", "yuha@katharineum.de"),
    ([2019], "Frank Poetzsch-Heffter", "p-h@katharineum.de"),
    ([2020], "Dominik George", "dominik.george@teckids.org"),
    ([2020], "Tom Teichler", "tom.teichler@teckids.org"),
    ......
    [tool.poetry]
    name = "AlekSIS-App-Hjelp"
    version = "2.0.1.dev0"
    version = "2.0.2.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