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

Bump version to 3.1.4

parent c3176fc8
No related branches found
No related tags found
Loading
Pipeline #137856 passed with warnings
......@@ -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`_.
`3.1.4`_ - 2023-07-20
---------------------
Fixed
~~~~~
* Extensible form was broken due to a missing import.
`3.1.3`_ – 2023-07-18
---------------------
......
......@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
# The short X.Y version
version = "3.1"
# The full version, including alpha/beta/rc tags
release = "3.1.3"
release = "3.1.4"
# -- General configuration ---------------------------------------------------
......
[tool.poetry]
name = "AlekSIS-Core"
version = "3.1.3"
version = "3.1.4"
packages = [
{ 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