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

Skip to content
Snippets Groups Projects

Replace setup.{py,cfg} with pyproject.toml

Merged Moser, Maximilian requested to merge mm/uv into master
2 files
+ 8
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -9,6 +9,6 @@
from .ext import InvenioConfigTUW
__version__ = "2024.2.11"
__version__ = "2024.3.0"
__all__ = ("__version__", "InvenioConfigTUW")
Loading