Skip to content

Commit 52e8aeb

Browse files
authored
chore: bump version to 1.7.1 (#193)
1 parent 186afe7 commit 52e8aeb

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# Changelog
22

3-
## [1.7.0](../../releases/tag/v1.7.0) - Not released yet
3+
## [1.7.1](../../releases/tag/v1.7.1) - Unreleased
4+
5+
...
6+
7+
## [1.7.0](../../releases/tag/v1.7.0) - 2024-05-20
48

59
### Fixed
610

711
- fix abort of last task run
812
- fix abort of last Actor run
13+
- `ActorClient`'s and `TaskClient`'s `last_run` methods are asynchronous
914

1015
## [1.6.4](../../releases/tag/v1.6.4) - 2024-02-27
1116

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "apify_client"
3-
version = "1.7.0"
3+
version = "1.7.1"
44
description = "Apify API client for Python"
55
readme = "README.md"
66
license = { text = "Apache Software License" }

0 commit comments

Comments
 (0)