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

Merge branch 'prepare-release-2.0.1' into 'master'

Prepare release 2.0.1

See merge request AlekSIS/official/AlekSIS-App-DashboardFeeds!70
parents d588b16a e1aa76df
Branches 21-link-field-should-be-optional master
No related tags found
No related merge requests found
...@@ -9,11 +9,19 @@ and this project adheres to `Semantic Versioning`_. ...@@ -9,11 +9,19 @@ and this project adheres to `Semantic Versioning`_.
Unreleased Unreleased
---------- ----------
`2.0.1`_ - 2022-01-21
---------------------
Changed Changed
~~~~~~~ ~~~~~~~
* ``get_feeds`` task is now automatically scheduled every 10 minutes * ``get_feeds`` task is now automatically scheduled every 10 minutes
Fixed
~~~~~
* Add admin docs.
`2.0`_ - 2021-10-30 `2.0`_ - 2021-10-30
------------------- -------------------
...@@ -69,3 +77,4 @@ Added ...@@ -69,3 +77,4 @@ Added
.. _2.0b0: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.0b0 .. _2.0b0: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.0b0
.. _2.0rc1: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.0rc1 .. _2.0rc1: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.0rc1
.. _2.0: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.0 .. _2.0: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.0
.. _2.0.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.0.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.0" version = "2.0"
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = "2.0.1.dev0" release = "2.0.2.dev0"
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
[tool.poetry] [tool.poetry]
name = "AlekSIS-App-DashboardFeeds" name = "AlekSIS-App-DashboardFeeds"
version = "2.0.1.dev0" version = "2.0.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