*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 8b409a2f authored by Moser, Maximilian's avatar Moser, Maximilian
Browse files

Bump version to v2024.3.0

parent ae5606df
Branches
Tags v2024.3.0
1 merge request!65Replace setup.{py,cfg} with pyproject.toml
......@@ -8,6 +8,13 @@
Changes
=======
Version 2024.3 (released 2024-10-01)
- Replace `setuptools` with `hatchling` as build tool
- Use `uv` over `pipx` for CI/CD
- General cleaning of built-up cruft
Version 2024.2 (released 2024-06-24, updated 2024-10-01)
- v12 compat: Chase Invenio-OAuthClient refactoring
......
......@@ -9,6 +9,6 @@
from .ext import InvenioConfigTUW
__version__ = "2024.2.11"
__version__ = "2024.3.0"
__all__ = ("__version__", "InvenioConfigTUW")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment