Skip to content

Commit b48d049

Browse files
authored
Bump version to 1.3.1 (#136)
1 parent e00cff9 commit b48d049

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
Changelog
22
=========
33

4+
[1.3.1](../../releases/tag/v1.3.1) - 2023-07-28
5+
6+
### Internal changes
7+
8+
- Import general constants and utilities from apify-shared library
9+
410
[1.3.0](../../releases/tag/v1.3.0) - 2023-07-24
511

612
### Added
713

814
- Added list_and_lock_head, delete_request_lock, prolong_request_lock methods for the RequestQueueClient(Async) classes
915
- Added batch_add_requests, batch_delete_requests, list_requests methods for the RequestQueueClient(Async) classes
10-
16+
1117
[1.2.2](../../releases/tag/v1.2.2) - 2023-05-31
1218

1319
### Fixed

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

0 commit comments

Comments
 (0)