From 2482336ffa9f787b28c561b6b4bb62900c5e0fbc Mon Sep 17 00:00:00 2001 From: Vlada Dusek Date: Fri, 25 Aug 2023 10:36:23 +0200 Subject: [PATCH] Bump version to 1.1.3 (#110) --- CHANGELOG.md | 7 ++----- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 375737c1..627eb90c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,13 @@ Changelog ========= -[1.2.0](../../releases/tag/v1.2.0) - 2023-08-23 +[1.1.3](../../releases/tag/v1.1.3) - 2023-08-25 ----------------------------------------------- -### Added - -- Update the `Actor.reboot` method to use the new reboot endpoint - ### Internal changes - Unify indentation in configuration files +- Update the `Actor.reboot` method to use the new reboot endpoint [1.1.2](../../releases/tag/v1.1.2) - 2023-08-02 ----------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 3e73174f..a65dcbb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "apify" -version = "1.1.2" +version = "1.1.3" description = "Apify SDK for Python" readme = "README.md" license = {text = "Apache Software License"}