Skip to content

Commit 6eeca14

Browse files
committed
Merge remote-tracking branch 'origin/master' into expose-redirect-logger
2 parents ccfbcc4 + 245eaa2 commit 6eeca14

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
<!-- git-cliff-unreleased-start -->
6-
## 2.5.1 - **not yet released**
5+
## [2.6.0](https://github.com/apify/apify-sdk-python/releases/tag/v2.6.0) (2025-06-09)
76

87
### 🚀 Features
98

@@ -15,7 +14,6 @@ All notable changes to this project will be documented in this file.
1514
- Prefer proxy password from env var ([#468](https://github.com/apify/apify-sdk-python/pull/468)) ([1c4ad9b](https://github.com/apify/apify-sdk-python/commit/1c4ad9bcfbf6ac404f942d7d2d249b036c2e7f54)) by [@stepskop](https://github.com/stepskop)
1615

1716

18-
<!-- git-cliff-unreleased-end -->
1917
## [2.5.0](https://github.com/apify/apify-sdk-python/releases/tag/v2.5.0) (2025-03-27)
2018

2119
### 🚀 Features

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "apify"
7-
version = "2.5.1"
7+
version = "2.6.1"
88
description = "Apify SDK for Python"
99
authors = [{ name = "Apify Technologies s.r.o.", email = "[email protected]" }]
1010
license = { file = "LICENSE" }
@@ -66,7 +66,7 @@ dev = [
6666
"pre-commit~=4.2.0",
6767
"pydoc-markdown~=4.8.0",
6868
"pytest-asyncio~=1.0.0",
69-
"pytest-cov~=6.1.0",
69+
"pytest-cov~=6.2.0",
7070
"pytest-only~=2.1.0",
7171
"pytest-xdist~=3.7.0",
7272
"pytest~=8.4.0",

uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)