4 Commits

5 changed files with 20 additions and 7 deletions

View File

@@ -1 +1 @@
3.13
3.14

View File

@@ -1 +1 @@
1.0.2
1.0.0

View File

@@ -1,6 +1,6 @@
[project]
name = "semesterapparatsmanager"
version = "1.0.2"
version = "1.0.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
@@ -32,11 +32,17 @@ dependencies = [
]
[dependency-groups]
dev = ["bump-my-version>=0.29.0", "icecream>=2.1.4", "nuitka>=2.5.9"]
swbtest = ["alive-progress>=3.3.0"]
dev = [
"bump-my-version>=0.29.0",
"icecream>=2.1.4",
"nuitka>=2.5.9",
]
swbtest = [
"alive-progress>=3.3.0",
]
[tool.bumpversion]
current_version = "1.0.2"
current_version = "1.0.0"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
@@ -60,3 +66,7 @@ post_commit_hooks = []
filename = "src/__init__.py"
[[tool.bumpversion.files]]
filename = ".version"
[[tool.uv.index]]
url = "https://git.theprivateserver.de/api/packages/WorldTeacher/pypi/simple/"
default = false

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.2"
__version__ = "1.0.0"
__author__ = "Alexander Kirchner"
__all__ = ["__version__", "__author__", "Icon", "settings"]