Skip to content

Commit f5835a2

Browse files
committed
Fix python build
1 parent e19f9f2 commit f5835a2

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

clients/urlr-python/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Changelog
22

3+
## [2.9.4] - 2025-06-30
4+
5+
- Fix Python build
6+
37
## [2.9.3] - 2025-06-30
48

59
- Fix Python build
10+
611
## [2.9.2] - 2025-06-30
712

813
- Fix Python build

openapi-generator/config-python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
projectName: URLR
22
packageName: urlr
3-
packageVersion: 2.9.3
3+
packageVersion: 2.9.4
44
infoName: URLR
55
infoEmail: contact@urlr.me
66
gitHost: github.com

openapi-generator/templates/python/pyproject.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ authors = [
1515
{name = "{{infoName}}{{^infoName}}URLR{{/infoName}}",email = "{{infoEmail}}{{^infoEmail}}contact@urlr.me{{/infoEmail}}"},
1616
]
1717
{{/poetry1}}
18-
license-expression = "MIT"
18+
license = "MIT"
1919
readme = "README.md"
2020
{{#poetry1}}
2121
repository = "https://{{{gitHost}}}/{{{gitUserId}}}/{{{gitRepoId}}}"

0 commit comments

Comments
 (0)