Skip to content

Commit cccd98f

Browse files
authored
chore: bump version to 2.0.2 (#305)
1 parent acfc168 commit cccd98f

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

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

3-
## [2.0.1](../../releases/tag/v2.0.1) - Unreleased
3+
## [2.0.2](../../releases/tag/v2.0.2) - Unreleased
44

55
- ...
66

7+
## [2.0.1](../../releases/tag/v2.0.1) - 2024-10-25
8+
9+
### 🚀 Features
10+
11+
- Add standby URL and change default standby port
12+
- Add crawlee version to system info output
13+
14+
### 🐛 Bug Fixes
15+
16+
- Allow empty timeout_at environment variable
17+
- Use HttpHeaders type in Scrapy integration
18+
- Adjust tests for Scrapy user data
19+
720
## [2.0.0](../../releases/tag/v2.0.0) - 2024-09-10
821

922
- Check the [Upgrading to v2.0](https://docs.apify.com/sdk/python/docs/upgrading/upgrading-to-v2) guide.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "apify"
7-
version = "2.0.1"
7+
version = "2.0.2"
88
description = "Apify SDK for Python"
99
authors = ["Apify Technologies s.r.o. <[email protected]>"]
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)