File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " apify"
7- version = " 2.0.1 "
7+ version = " 2.0.2 "
88description = " Apify SDK for Python"
99authors = [
" Apify Technologies s.r.o. <[email protected] >" ]
1010license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments