From 05450546126c3f21944008989959247f33d32cc0 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Tue, 15 Mar 2022 23:13:52 +0100 Subject: [PATCH] Fix version --- CHANGELOG.rst | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c4e216a..3233b18 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,7 +6,7 @@ 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`_. -`1.0.4`_ - 2022-03-15 +`1.1.1`_ - 2022-03-15 --------------------- Fixed @@ -14,7 +14,7 @@ Fixed * Fixed VAT display in totals table -`1.0.3`_ - 2022-03-15 +`1.1`_ - 2022-03-15 --------------------- Added @@ -70,5 +70,5 @@ Added .. _1.0: https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Tezor/-/tags/1.0 .. _1.0.1: https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Tezor/-/tags/1.0.1 .. _1.0.2: https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Tezor/-/tags/1.0.2 -.. _1.0.3: https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Tezor/-/tags/1.0.3 -.. _1.0.4: https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Tezor/-/tags/1.0.4 +.. _1.1: https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Tezor/-/tags/1.1 +.. _1.1.1: https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Tezor/-/tags/1.1.1 diff --git a/pyproject.toml b/pyproject.toml index cd6d9df..52fcef9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Tezor" -version = "1.1" +version = "1.1.1" packages = [ { include = "aleksis" } ] -- GitLab