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

Bump version to 3.0b0

parent ec74377c
No related branches found
No related tags found
2 merge requests!1237Release 3.0,!1183Release 3.0
......@@ -2,7 +2,7 @@ FROM debian:bookworm-slim AS core
# Build arguments
ARG EXTRAS="ldap,s3,sentry"
ARG APP_VERSION="==2.10.1.dev0+20220801181456.7ba74939"
ARG APP_VERSION="==3.0b0"
# Configure Python to be nice inside Docker and pip to stfu
ENV PYTHONUNBUFFERED 1
......
......@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
# The short X.Y version
version = "3.0"
# The full version, including alpha/beta/rc tags
release = "3.0.dev3"
release = "3.0b0"
# -- General configuration ---------------------------------------------------
......
[tool.poetry]
name = "AlekSIS-Core"
version = "3.0.dev3"
version = "3.0b0"
packages = [
{ include = "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