From ed4f1b0f9bc206f38d1fd99fa694aa3425858500 Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Sun, 20 Mar 2022 23:50:56 +0100 Subject: [PATCH] Bump version and update changelog --- CHANGELOG.rst | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9dcf9ce..93b94f5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,14 @@ 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.4.4`_ +-------- + +Fixed +~~~~~ + +* Fixed URL to editPersonView + `1.4.3`_ -------- diff --git a/pyproject.toml b/pyproject.toml index aabcf15..23912ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Paweljong" -version = "1.4.3" +version = "1.4.4" packages = [ { include = "aleksis" } ] -- GitLab