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

Bump version to 2.0.1 and update changelog

parent d588b16a
No related branches found
No related tags found
1 merge request!70Prepare release 2.0.1
Pipeline #50763 passed
...@@ -6,14 +6,19 @@ All notable changes to this project will be documented in this file. ...@@ -6,14 +6,19 @@ 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 `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 +74,4 @@ Added ...@@ -69,3 +74,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.1"
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
[tool.poetry] [tool.poetry]
name = "AlekSIS-App-DashboardFeeds" name = "AlekSIS-App-DashboardFeeds"
version = "2.0.1.dev0" version = "2.0.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