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

Make 2023.6 the next release

parent b67148af
No related branches found
No related tags found
No related merge requests found
ARG APPS="AlekSIS==2023.1b1"
ARG APPS="AlekSIS==2023.6b1"
ARG BUILD_DEPS="libmariadb-dev gcc python3-dev"
ARG SYSTEM_DEPS="default-mysql-client-core"
......
......@@ -13,7 +13,7 @@ services:
image: redis:latest
app:
build: .
image: registry.edugit.org/aleksis/official/aleksis:${ALEKSIS_IMAGE_TAG:-2023.1}
image: registry.edugit.org/aleksis/official/aleksis:${ALEKSIS_IMAGE_TAG:-2023.6}
volumes:
- aleksis_media:/var/lib/aleksis/media/
- aleksis_backups:/var/lib/aleksis/backups/
......@@ -31,7 +31,7 @@ services:
- redis
worker:
build: .
image: registry.edugit.org/aleksis/official/aleksis:${ALEKSIS_IMAGE_TAG:-2023.1}
image: registry.edugit.org/aleksis/official/aleksis:${ALEKSIS_IMAGE_TAG:-2023.6}
volumes:
- aleksis_media:/var/lib/aleksis/media/
- aleksis_backups:/var/lib/aleksis/backups/
......@@ -46,7 +46,7 @@ services:
- app
scheduler:
build: .
image: registry.edugit.org/aleksis/official/aleksis:${ALEKSIS_IMAGE_TAG:-2023.1}
image: registry.edugit.org/aleksis/official/aleksis:${ALEKSIS_IMAGE_TAG:-2023.6}
environment:
- ALEKSIS_redis__host=redis
- ALEKSIS_database__host=db
......
......@@ -29,9 +29,9 @@ copyright = "2019-2023 The AlekSIS® team"
author = "Dominik George, Tom Teichler, Jonathan Weth, the AlekSIS® Team and contributors"
# The short X.Y version
version = "2023.1"
version = "2023.6"
# The full version, including alpha/beta/rc tags
release = "2023.1 \"Dewey\""
release = "2023.6 \"Dewey\""
# -- General configuration ---------------------------------------------------
......
......@@ -9,7 +9,7 @@ previous official release.
New frontend technology
-----------------------
AlekSIS® 2023.1 (with the AlekSIS Core 3.0) features a completely
AlekSIS® 2023.6 (with the AlekSIS Core 3.0) features a completely
rewritten web app using Vue.js and Vuetify. For users, this implies a
better usage experience, most importantly with the app feeling more
native on mobile devices. For developers, it means that the AlekSIS
......
[tool.poetry]
name = "AlekSIS-Builddeps"
version = "2023.1b1"
version = "2023.6b1"
packages = []
description = "AlekSIS (School Information System) — Build/Dev dependencies for apps"
......
[tool.poetry]
name = "AlekSIS"
version = "2023.1b1"
version = "2023.6b1"
packages = [ { include = "aleksis_meta" } ]
include = ["LICNECE.rst"]
readme = "README.rst"
......
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