From 2a8b2891327ebc6da9a734f0d1fe95d08fb36844 Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Mon, 20 Mar 2023 17:04:50 +0100 Subject: [PATCH] Bump version to 0.1.1 --- CHANGELOG.rst | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index aa5e16f..b13a9b5 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 62f4f08..38e5054 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" } ] -- GitLab