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

Prepare release 2.1.1

parent 3070497e
No related branches found
No related tags found
1 merge request!304Release 2.1.1
Pipeline #86857 passed
......@@ -6,8 +6,8 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_.
Unreleased
----------
`2.1.1`_ - 2022-09-01
---------------------
Fixed
~~~~~
......@@ -271,3 +271,4 @@ Fixed
.. _2.0: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/2.0
.. _2.0.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/2.0.1
.. _2.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/2.1
.. _2.1.1: https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil/-/tags/2.1.1
......@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
# The short X.Y version
version = "2.1"
# The full version, including alpha/beta/rc tags
release = "2.1.1.dev0"
release = "2.1.1"
# -- General configuration ---------------------------------------------------
......
[tool.poetry]
name = "AlekSIS-App-Alsijil"
version = "2.1.1.dev0"
version = "2.1.1"
packages = [
{ include = "aleksis" }
]
......@@ -48,7 +48,7 @@ secondary = true
[tool.poetry.dependencies]
python = "^3.9"
aleksis-core = "^2.11"
aleksis-core = "^2.10"
aleksis-app-chronos = "^2.2"
aleksis-app-stoelindeling = { version = "^1.0", optional = true }
......
......@@ -10,7 +10,7 @@ skip_install = true
envdir = {toxworkdir}/globalenv
commands_pre =
poetry install
poetry run aleksis-admin webpack_bundle
poetry run aleksis-admin yarn install
poetry run aleksis-admin collectstatic --no-input
commands =
poetry run pytest --cov=. {posargs} 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