diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9721a6470edcd5b64aaea4b152834a66d72a250c..2bff8c043975b527325fff019ef9f65ffcccc28e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,16 +6,16 @@ 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 ----------- +`3.0`_ - 2023-05-14 +------------------- Fixed ~~~~~ * Icons in the FAQ were not rendered -`3.0b0` - 2023-02-22 --------------------- +`3.0b0`_ - 2023-02-22 +--------------------- This version requires AlekSIS-Core 3.0. It is incompatible with any previous version. @@ -152,4 +152,4 @@ Added .. _2.0.2: https://edugit.org/AlekSIS/Official/AlekSIS-App-Hjelp/-/tags/2.0.2 .. _2.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Hjelp/-/tags/2.1 .. _3.0b0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Hjelp/-/tags/3.0b0 - +.. _3.0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Hjelp/-/tags/3.0 diff --git a/docs/conf.py b/docs/conf.py index 7c7c3fa83a48325e75d18afb15d915993b7fdd5b..2a827a260722035b37ebe658e69703c1a7ae08c5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,7 +31,7 @@ author = "The AlekSIS Team" # The short X.Y version version = "3.0" # The full version, including alpha/beta/rc tags -release = "3.0b0" +release = "3.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index b066e6fd6cc5b5837c4d229498230994dbd7efe3..45d920b5d30fe03ee861b4d3732bbfda90f2f434 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Hjelp" -version = "3.0b0" +version = "3.0" packages = [ { include = "aleksis" } ] @@ -38,7 +38,7 @@ secondary = true [tool.poetry.dependencies] python = "^3.9" -aleksis-core = "^3.0b0" +aleksis-core = "^3.0" [tool.poetry.dev-dependencies] aleksis-builddeps = "*"