Skip to content
Snippets Groups Projects
Verified Commit be098841 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'master' into 713-celery-does-not-honour-logging-configuration

parents 92c092f7 4678452f
No related branches found
No related tags found
1 merge request!1067Resolve "Celery does not honour logging configuration"
...@@ -9,6 +9,9 @@ and this project adheres to `Semantic Versioning`_. ...@@ -9,6 +9,9 @@ and this project adheres to `Semantic Versioning`_.
Unreleased Unreleased
---------- ----------
`2.10.1`_ - 2022-07-24
----------------------
Changed Changed
~~~~~~~ ~~~~~~~
...@@ -880,3 +883,4 @@ Fixed ...@@ -880,3 +883,4 @@ Fixed
.. _2.8.1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.8.1 .. _2.8.1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.8.1
.. _2.9: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.9 .. _2.9: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.9
.. _2.10: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.10 .. _2.10: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.10
.. _2.10.1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.10.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 = "2.10" version = "2.10"
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = "2.10.1.dev0" release = "2.10.2.dev0"
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
[tool.poetry] [tool.poetry]
name = "AlekSIS-Core" name = "AlekSIS-Core"
version = "2.10.1.dev0" version = "2.10.2.dev0"
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