Skip to content
Snippets Groups Projects
Verified Commit 9753555a authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Set release version and amend changelog

parent 2859e420
No related branches found
No related tags found
1 merge request!1274Release 3.1.1
...@@ -6,8 +6,8 @@ All notable changes to this project will be documented in this file. ...@@ -6,8 +6,8 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog`_, The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_. and this project adheres to `Semantic Versioning`_.
Unreleased `3.1.1` - 2023-07-01
---------- --------------------
Fixed Fixed
~~~~~ ~~~~~
...@@ -84,7 +84,7 @@ Fixed ...@@ -84,7 +84,7 @@ Fixed
* Backend cleanup task for Celery wasn't working. * Backend cleanup task for Celery wasn't working.
* URLs in invitation email were broken. * URLs in invitation email were broken.
* Invitation view didn't work. * Invitation view didn't work.
* Invitation emails were using wrong styling. * Invitation emails were using wrong styling.
* GraphQL queries and mutations did not log exceptions. * GraphQL queries and mutations did not log exceptions.
`3.0b3`_ - 2023-03-19 `3.0b3`_ - 2023-03-19
...@@ -1178,3 +1178,4 @@ Fixed ...@@ -1178,3 +1178,4 @@ Fixed
.. _3.0b3: https://edugit.org/AlekSIS/official/AlekSIS-Core/-/tags/3.0b3 .. _3.0b3: https://edugit.org/AlekSIS/official/AlekSIS-Core/-/tags/3.0b3
.. _3.0: https://edugit.org/AlekSIS/official/AlekSIS-Core/-/tags/3.0 .. _3.0: https://edugit.org/AlekSIS/official/AlekSIS-Core/-/tags/3.0
.. _3.1: https://edugit.org/AlekSIS/official/AlekSIS-Core/-/tags/3.1 .. _3.1: https://edugit.org/AlekSIS/official/AlekSIS-Core/-/tags/3.1
.. _3.1.1: https://edugit.org/AlekSIS/official/AlekSIS-Core/-/tags/3.1.1
...@@ -31,7 +31,7 @@ author = "The AlekSIS Team" ...@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
# The short X.Y version # The short X.Y version
version = "3.1" version = "3.1"
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = "3.1.1.dev0" release = "3.1.1"
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
[tool.poetry] [tool.poetry]
name = "AlekSIS-Core" name = "AlekSIS-Core"
version = "3.1.1.dev0" version = "3.1.1"
packages = [ packages = [
{ include = "aleksis" } { include = "aleksis" }
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment