4 Commits

5 changed files with 8 additions and 5 deletions

View File

@@ -1 +1 @@
3.13 3.14

View File

@@ -1 +1 @@
1.0.1 1.0.0

View File

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

3
renovate.json Normal file
View File

@@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}

View File

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