From 1e5ef858a8dfc9d44918a94c43985a6450f0568c Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Tue, 15 Mar 2022 21:31:18 +0100
Subject: [PATCH] Fix version

1.4.1 was apparently uploaded to PyPI out of the CI pipeline and
without a tag by @debdolph?
---
 CHANGELOG.rst  | 8 +++++++-
 pyproject.toml | 2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index d1d8f86..0a3c6e2 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.4.1`_
+`1.4.2`_
 --------
 
 Changed
@@ -17,6 +17,11 @@ Changed
   * Return net prices in items
 * Fix decimal type for donatiosn and discounts
 
+`1.4.1`_
+--------
+
+* Fix a predicate granting privileges to participants
+
 `1.4`_
 ------
 
@@ -114,3 +119,4 @@ Added
 .. _1.3.2: https://edugit.org/Teckids/hacknfun//AlekSIS-App-Paweljong/-/tags/1.3.2
 .. _1.4: https://edugit.org/Teckids/hacknfun//AlekSIS-App-Paweljong/-/tags/1.4
 .. _1.4.1: https://edugit.org/Teckids/hacknfun//AlekSIS-App-Paweljong/-/tags/1.4.1
+.. _1.4.2: https://edugit.org/Teckids/hacknfun//AlekSIS-App-Paweljong/-/tags/1.4.2
diff --git a/pyproject.toml b/pyproject.toml
index 2a3236d..89376fe 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Paweljong"
-version = "1.4.1"
+version = "1.4.2"
 packages = [
     { include = "aleksis" }
 ]
-- 
GitLab