diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d1d8f86f1f6ca8402c9a42fb9c8da7f2e31dc26b..0a3c6e2a852495306a63b2b0ee5b002e1075b1e7 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 2a3236d112c481e8e7b2399d874da2a5a0eeca4b..89376fe64d1713044249cb35c1e1d3c0ee7b0dc5 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" } ]