From 7ba58fcb288ecc44fbdfca3f2edcc6a146768490 Mon Sep 17 00:00:00 2001 From: Vlada Dusek Date: Fri, 25 Oct 2024 13:43:06 +0200 Subject: [PATCH] chore: bump version to 2.0.2 --- CHANGELOG.md | 15 ++++++++++++++- pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a71c5d4..de911ae3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,22 @@ # Changelog -## [2.0.1](../../releases/tag/v2.0.1) - Unreleased +## [2.0.2](../../releases/tag/v2.0.2) - Unreleased - ... +## [2.0.1](../../releases/tag/v2.0.1) - 2024-10-25 + +### 🚀 Features + +- Add standby URL and change default standby port +- Add crawlee version to system info output + +### 🐛 Bug Fixes + +- Allow empty timeout_at environment variable +- Use HttpHeaders type in Scrapy integration +- Adjust tests for Scrapy user data + ## [2.0.0](../../releases/tag/v2.0.0) - 2024-09-10 - Check the [Upgrading to v2.0](https://docs.apify.com/sdk/python/docs/upgrading/upgrading-to-v2) guide. diff --git a/pyproject.toml b/pyproject.toml index db3e6cd2..2bd9bdad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "apify" -version = "2.0.1" +version = "2.0.2" description = "Apify SDK for Python" authors = ["Apify Technologies s.r.o. "] license = "Apache-2.0"