Skip to content

Commit 12e6b52

Browse files
authored
Bump version to 1.4.0 (#142)
1 parent dc9e56b commit 12e6b52

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,49 @@
11
Changelog
22
=========
33

4+
[1.4.0](../../releases/tag/v1.4.0) - 2023-08-22
5+
-----------------------------------------------
6+
7+
### Added
8+
9+
- Add Actor reboot method to the `RunClient`
10+
11+
### Internal changes
12+
13+
- Code simplification via `flake8-simplify`
14+
- Unify indentation in configuration files
15+
416
[1.3.1](../../releases/tag/v1.3.1) - 2023-07-28
17+
-----------------------------------------------
518

619
### Internal changes
720

821
- Import general constants and utilities from apify-shared library
922

1023
[1.3.0](../../releases/tag/v1.3.0) - 2023-07-24
24+
-----------------------------------------------
1125

1226
### Added
1327

1428
- Added list_and_lock_head, delete_request_lock, prolong_request_lock methods for the RequestQueueClient(Async) classes
1529
- Added batch_add_requests, batch_delete_requests, list_requests methods for the RequestQueueClient(Async) classes
1630

1731
[1.2.2](../../releases/tag/v1.2.2) - 2023-05-31
32+
-----------------------------------------------
1833

1934
### Fixed
2035

2136
- Fixed encoding webhook lists in request parameters
2237

2338
[1.2.1](../../releases/tag/v1.2.1) - 2023-05-23
39+
-----------------------------------------------
2440

2541
### Fixed
2642

2743
- relaxed dependency requirements to improve compatibility with other libraries
2844

2945
[1.2.0](../../releases/tag/v1.2.0) - 2023-05-23
46+
-----------------------------------------------
3047

3148
### Added
3249

@@ -37,12 +54,14 @@ Changelog
3754
- updated dependencies
3855

3956
[1.1.1](../../releases/tag/v1.1.1) - 2023-05-05
57+
-----------------------------------------------
4058

4159
### Internal changes
4260

4361
- changed GitHub workflows to use new secrets
4462

4563
[1.1.0](../../releases/tag/v1.1.0) - 2023-05-05
64+
-----------------------------------------------
4665

4766
### Added
4867

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.3.1"
3+
version = "1.4.0"
44
description = "Apify API client for Python"
55
readme = "README.md"
66
license = {text = "Apache Software License"}

0 commit comments

Comments
 (0)