2 Commits

Author SHA1 Message Date
0f5a9868b8 Add renovate.json
All checks were successful
PR tests / build-image (pull_request) Successful in 1m22s
PR tests / smoke-tests (pull_request) Successful in 27s
2025-11-28 01:05:25 +00:00
Gitea CI
2ee5715b7a Bump version: 0.1.4 → 0.2.0 2025-11-26 13:28:09 +00:00
2 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "semapform-api"
version = "0.1.4"
version = "0.2.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
@@ -16,7 +16,7 @@ name = "gitea"
url = "https://git.theprivateserver.de/api/packages/PHB/pypi/simple/"
[tool.bumpversion]
current_version = "0.1.4"
current_version = "0.2.0"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"

3
renovate.json Normal file
View File

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