merge main into dev #13

Merged
WorldTeacher merged 41 commits from main into dev 2025-09-03 09:44:13 +01:00
3 changed files with 4 additions and 4 deletions
Showing only changes of commit f4d548d91a - Show all commits

View File

@@ -1 +1 @@
0.2.1
1.0.0

View File

@@ -1,6 +1,6 @@
[project]
name = "semesterapparatsmanager"
version = "0.2.1"
version = "1.0.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
@@ -37,7 +37,7 @@ dev = [
]
[tool.bumpversion]
current_version = "0.2.1"
current_version = "1.0.0"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"

View File

@@ -1,4 +1,4 @@
__version__ = "0.2.1"
__version__ = "1.0.0"
__author__ = "Alexander Kirchner"
__all__ = ["__version__", "__author__", "Icon", "settings"]