Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3b47f0d

Browse files
authored
* Bump version* Revert features-repo-ref
1 parent8333900 commit3b47f0d

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,3 @@ jobs:
112112
python-repo-path:${{github.event.pull_request.head.repo.full_name}}
113113
version:${{github.event.pull_request.head.ref}}
114114
version-is-repo-ref:true
115-
features-repo-ref:python-version-upgrade

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name ="temporalio"
3-
version ="1.9.0"
3+
version ="1.10.0"
44
description ="Temporal.io Python SDK"
55
license ="MIT"
66
authors = ["Temporal Technologies Inc <sdk@temporal.io>"]

‎temporalio/service.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
importtemporalio.exceptions
2727
importtemporalio.runtime
2828

29-
__version__="1.9.0"
29+
__version__="1.10.0"
3030

3131
ServiceRequest=TypeVar("ServiceRequest",bound=google.protobuf.message.Message)
3232
ServiceResponse=TypeVar("ServiceResponse",bound=google.protobuf.message.Message)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp