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

Update changelog and bump version to 3.0b0

parent a87f6a86
No related branches found
No related tags found
1 merge request!81Prepare release 3.0b0
Pipeline #115071 passed with warnings
...@@ -6,8 +6,11 @@ All notable changes to this project will be documented in this file. ...@@ -6,8 +6,11 @@ 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.0b0` - 2023-02-22
---------- --------------------
This version requires AlekSIS-Core 3.0. It is incompatible with any previous
version.
`2.1`_ - 2022-06-23 `2.1`_ - 2022-06-23
------------------- -------------------
...@@ -92,3 +95,4 @@ Added ...@@ -92,3 +95,4 @@ Added
.. _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 .. _2.0.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.0.1
.. _2.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.1 .. _2.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/2.1
.. _3.0b0: https://edugit.org/AlekSIS/Official/AlekSIS-App-DashboardFeeds/-/tags/3.0b0
...@@ -29,9 +29,9 @@ copyright = "2020-2022 The AlekSIS team" ...@@ -29,9 +29,9 @@ copyright = "2020-2022 The AlekSIS team"
author = "The AlekSIS Team" author = "The AlekSIS Team"
# The short X.Y version # The short X.Y version
version = "2.1" version = "3.0"
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = "2.1.1.dev0" release = "3.0b0"
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
[tool.poetry] [tool.poetry]
name = "AlekSIS-App-DashboardFeeds" name = "AlekSIS-App-DashboardFeeds"
version = "2.1.1.dev0" version = "3.0b0"
packages = [ packages = [
{ include = "aleksis" } { include = "aleksis" }
] ]
...@@ -41,7 +41,7 @@ python = "^3.9" ...@@ -41,7 +41,7 @@ python = "^3.9"
feedparser = "^6.0.0" feedparser = "^6.0.0"
django-feed-reader = "^1.0.0" django-feed-reader = "^1.0.0"
ics = "^0.7" ics = "^0.7"
aleksis-core = "^3.0.dev3" aleksis-core = "^3.0b0"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
aleksis-builddeps = "*" aleksis-builddeps = "*"
......
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