diff --git a/CHANGELOG.rst b/CHANGELOG.rst index aa5e16f6684321fd1e6c0b715f62880594741a6b..b13a9b51fba61b7eb152e23b55995e1217ca08b4 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 ----------- +`0.1.1`_ - 2023-03-20 +--------------------- Fixed ~~~~~ * Menu item 'Documents' was always shown. -`0.1`_ ------- +`0.1`_ - 2023-03-19 +------------------- Added ~~~~~ @@ -28,3 +28,4 @@ Added .. _0.1: https://edugit.org/AlekSIS/onboarding/AlekSIS-App-Kort/-/tags/0.1 +.. _0.1.1: https://edugit.org/AlekSIS/onboarding/AlekSIS-App-Kort/-/tags/0.1.1 diff --git a/pyproject.toml b/pyproject.toml index 62f4f083dc11a59107e6c0074f64c23ee1849cbb..38e5054dccfa2709514852a00f2f15892a3e92b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Kort" -version = "0.1" +version = "0.1.1" packages = [ { include = "aleksis" } ]