From feb692f552e3ed4533cf4e3af4809908d84cd763 Mon Sep 17 00:00:00 2001 From: Adrian Chaves Date: Tue, 7 Jul 2026 12:26:52 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.16.0=20=E2=86=92=202.17.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SECURITY.md | 4 ++-- docs/news.rst | 2 +- pyproject.toml | 2 +- scrapy/VERSION | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 49cafdf9e..c1a5482c6 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,8 +4,8 @@ | Version | Supported | | ------- | ------------------ | -| 2.16.x | :white_check_mark: | -| < 2.16.x | :x: | +| 2.17.x | :white_check_mark: | +| < 2.17.x | :x: | ## Reporting a Vulnerability diff --git a/docs/news.rst b/docs/news.rst index 582c543ef..7d2b07b09 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -5,7 +5,7 @@ Release notes .. _release-2.17.0: -Scrapy 2.17.0 (unreleased) +Scrapy 2.17.0 (2026-07-07) -------------------------- Highlights: diff --git a/pyproject.toml b/pyproject.toml index b8d9067f9..ed2e99bea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -137,7 +137,7 @@ module = [ ignore_missing_imports = true [tool.bumpversion] -current_version = "2.16.0" +current_version = "2.17.0" commit = true tag = true tag_name = "{new_version}" diff --git a/scrapy/VERSION b/scrapy/VERSION index 752490696..d76bd2ba3 100644 --- a/scrapy/VERSION +++ b/scrapy/VERSION @@ -1 +1 @@ -2.16.0 +2.17.0