Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2d08c2959a | ||
| 5da3050da6 | |||
|
|
e681c8ba92 | ||
| 3a6da75c8f | |||
| 5c8ffb45c0 |
@@ -54,7 +54,7 @@ jobs:
|
||||
uses: https://github.com/mikepenz/release-changelog-builder-action@v5
|
||||
with:
|
||||
platform: "gitea"
|
||||
baseURL: "http://gitea:3000"
|
||||
baseURL: "http://192.168.178.110:3000"
|
||||
configuration: ".gitea/changelog_config.json"
|
||||
|
||||
env:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "bibapi"
|
||||
version = "0.1.0"
|
||||
version = "0.0.4"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
@@ -20,7 +20,7 @@ requires = ["uv_build >= 0.9.5, <0.10.0"]
|
||||
build-backend = "uv_build"
|
||||
|
||||
[tool.bumpversion]
|
||||
current_version = "0.0.2"
|
||||
current_version = "0.0.4"
|
||||
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
||||
serialize = ["{major}.{minor}.{patch}"]
|
||||
search = "{current_version}"
|
||||
|
||||
Reference in New Issue
Block a user