Skip to content

Commit b162151

Browse files
authored
1.8.0 version bumps (#665)
* Bump version * Use features repo main
1 parent 7c7516d commit b162151

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,3 @@ jobs:
119119
python-repo-path: ${{github.event.pull_request.head.repo.full_name}}
120120
version: ${{github.event.pull_request.head.ref}}
121121
version-is-repo-ref: true
122-
features-repo-ref: python-update-updates

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "temporalio"
3-
version = "1.7.1"
3+
version = "1.8.0"
44
description = "Temporal.io Python SDK"
55
license = "MIT"
66
authors = ["Temporal Technologies Inc <[email protected]>"]

temporalio/service.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import temporalio.exceptions
2727
import temporalio.runtime
2828

29-
__version__ = "1.7.1"
29+
__version__ = "1.8.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)