We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186afe7 commit 52e8aebCopy full SHA for 52e8aeb
CHANGELOG.md
@@ -1,11 +1,16 @@
1
# Changelog
2
3
-## [1.7.0](../../releases/tag/v1.7.0) - Not released yet
+## [1.7.1](../../releases/tag/v1.7.1) - Unreleased
4
+
5
+...
6
7
+## [1.7.0](../../releases/tag/v1.7.0) - 2024-05-20
8
9
### Fixed
10
11
- fix abort of last task run
12
- fix abort of last Actor run
13
+- `ActorClient`'s and `TaskClient`'s `last_run` methods are asynchronous
14
15
## [1.6.4](../../releases/tag/v1.6.4) - 2024-02-27
16
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "apify_client"
-version = "1.7.0"
+version = "1.7.1"
description = "Apify API client for Python"
readme = "README.md"
license = { text = "Apache Software License" }
0 commit comments