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

Bump version to 3.0

parent d51725fe
No related branches found
No related tags found
1 merge request!61Release 3.0
Pipeline #126528 failed
...@@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file. ...@@ -6,6 +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`_.
`3.0`_ - 2023-05-12
-------------------
Nothing changed.
`3.0b2`_ - 2023-03-20 `3.0b2`_ - 2023-03-20
--------------------- ---------------------
...@@ -105,3 +110,4 @@ Added ...@@ -105,3 +110,4 @@ Added
.. _3.0b0: https://edugit.org/AlekSIS/official/AlekSIS-App-Resint/-/tags/3.0b0 .. _3.0b0: https://edugit.org/AlekSIS/official/AlekSIS-App-Resint/-/tags/3.0b0
.. _3.0b1: https://edugit.org/AlekSIS/official/AlekSIS-App-Resint/-/tags/3.0b1 .. _3.0b1: https://edugit.org/AlekSIS/official/AlekSIS-App-Resint/-/tags/3.0b1
.. _3.0b2: https://edugit.org/AlekSIS/official/AlekSIS-App-Resint/-/tags/3.0b2 .. _3.0b2: https://edugit.org/AlekSIS/official/AlekSIS-App-Resint/-/tags/3.0b2
.. _3.0: https://edugit.org/AlekSIS/official/AlekSIS-App-Resint/-/tags/3.0
...@@ -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 = "3.0" version = "3.0"
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = "3.0b2" release = "3.0"
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
[tool.poetry] [tool.poetry]
name = "AlekSIS-App-Resint" name = "AlekSIS-App-Resint"
version = "3.0b2" version = "3.0"
packages = [ packages = [
{ include = "aleksis" } { include = "aleksis" }
] ]
...@@ -41,7 +41,7 @@ secondary = true ...@@ -41,7 +41,7 @@ secondary = true
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.9" python = "^3.9"
AlekSIS-Core = "^3.0b2" AlekSIS-Core = "^3.0"
[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