diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 50a4022f36b0aa9fd426c105628b73a3d0a692aa..7cd01b0e80c02c4334b61dcef75ad44fdc9068fb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,8 +6,8 @@ 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 ----------- +`1.3.2`_ +-------- Changed ~~~~~~~ @@ -90,3 +90,4 @@ Added .. _1.2: https://edugit.org/Teckids/hacknfun//AlekSIS-App-Paweljong/-/tags/1.2 .. _1.3: https://edugit.org/Teckids/hacknfun//AlekSIS-App-Paweljong/-/tags/1.3 .. _1.3.1: https://edugit.org/Teckids/hacknfun//AlekSIS-App-Paweljong/-/tags/1.3.1 +.. _1.3.2: https://edugit.org/Teckids/hacknfun//AlekSIS-App-Paweljong/-/tags/1.3.2 diff --git a/pyproject.toml b/pyproject.toml index b511ac09611c225adf630b255ad9c02ae398bbd7..c34e1d902c281f45a636d7dbab0a0a0ca3db5d04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-App-Paweljong" -version = "1.3.1" +version = "1.3.2" packages = [ { include = "aleksis" } ]