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

Bump to 2.2.dev0

parent cd30bd03
No related branches found
No related tags found
1 merge request!304Release 2.1.1
Pipeline #86859 canceled
...@@ -6,6 +6,9 @@ All notable changes to this project will be documented in this file. ...@@ -6,6 +6,9 @@ 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.1.1`_ - 2022-09-01 `2.1.1`_ - 2022-09-01
--------------------- ---------------------
......
...@@ -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.1" version = "2.1"
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = "2.1.1" release = "2.2.dev0"
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
[tool.poetry] [tool.poetry]
name = "AlekSIS-App-Alsijil" name = "AlekSIS-App-Alsijil"
version = "2.1.1" version = "2.2.dev0"
packages = [ packages = [
{ include = "aleksis" } { include = "aleksis" }
] ]
...@@ -48,7 +48,7 @@ secondary = true ...@@ -48,7 +48,7 @@ secondary = true
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.9" python = "^3.9"
aleksis-core = "^2.10" aleksis-core = "^2.11"
aleksis-app-chronos = "^2.2" aleksis-app-chronos = "^2.2"
aleksis-app-stoelindeling = { version = "^1.0", optional = true } aleksis-app-stoelindeling = { version = "^1.0", optional = true }
......
...@@ -10,7 +10,7 @@ skip_install = true ...@@ -10,7 +10,7 @@ skip_install = true
envdir = {toxworkdir}/globalenv envdir = {toxworkdir}/globalenv
commands_pre = commands_pre =
poetry install poetry install
poetry run aleksis-admin yarn install poetry run aleksis-admin webpack_bundle
poetry run aleksis-admin collectstatic --no-input poetry run aleksis-admin collectstatic --no-input
commands = commands =
poetry run pytest --cov=. {posargs} aleksis/ 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