diff --git a/docs/conf.py b/docs/conf.py
index d6cc388416ed70e881d8886dbd9d4122d77ed7cb..13185344985c302e3e02c6960487c2ee0a0d56c7 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -29,9 +29,9 @@ copyright = "2018-2022 The AlekSIS team"
 author = "The AlekSIS Team"
 
 # The short X.Y version
-version = "2.3"
+version = "3.0"
 # The full version, including alpha/beta/rc tags
-release = "2.3.2.dev0"
+release = "3.0.dev0"
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 8a2c9544c20102b779b79aad0a6fbf304f180231..b2298c3c8fb0dfbd554549e49d015bcce739ac34 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "AlekSIS-App-Untis"
-version = "2.3.2.dev0"
+version = "3.0.dev0"
 packages = [
     { include = "aleksis" }
 ]
@@ -41,8 +41,8 @@ python = "^3.9"
 mysqlclient = "^2.0.0"
 tqdm = "^4.44.1"
 defusedxml = "^0.7.0"
-aleksis-core = "^2.8"
-aleksis-app-chronos = "^2.4"
+aleksis-core = "^3.0.dev1"
+aleksis-app-chronos = "^3.0.dev0"
 
 [tool.poetry.dev-dependencies]
 aleksis-builddeps = "*"
diff --git a/tox.ini b/tox.ini
index 749e0606f4f02fcbd1649627219b15850cbc0a90..78e09567e193b72a299dfb3f776499420ecc04ec 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,7 @@ skip_install = true
 envdir = {toxworkdir}/globalenv
 commands_pre =
      poetry install
-     poetry run aleksis-admin yarn install
+     poetry run aleksis-admin webpack_bundle
      poetry run aleksis-admin collectstatic --no-input
 commands =
     poetry run pytest --cov=. {posargs} aleksis/