From 82a32451583967a828c2e80a31930f64dbc136ac Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Thu, 8 May 2025 14:43:34 +0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.12.0=20=E2=86=92=202.13.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 bc64dec7b..a5a5c7fb3 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,8 +4,8 @@ | Version | Supported | | ------- | ------------------ | -| 2.12.x | :white_check_mark: | -| < 2.12.x | :x: | +| 2.13.x | :white_check_mark: | +| < 2.13.x | :x: | ## Reporting a Vulnerability diff --git a/docs/news.rst b/docs/news.rst index d574317bb..cf1c35893 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -5,7 +5,7 @@ Release notes .. _release-2.13.0: -Scrapy 2.13.0 (unreleased) +Scrapy 2.13.0 (2025-05-08) -------------------------- Highlights: diff --git a/pyproject.toml b/pyproject.toml index 187587eb1..85fba0f92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -116,7 +116,7 @@ module = "twisted" implicit_reexport = true [tool.bumpversion] -current_version = "2.12.0" +current_version = "2.13.0" commit = true tag = true tag_name = "{new_version}" diff --git a/scrapy/VERSION b/scrapy/VERSION index d8b698973..fb2c0766b 100644 --- a/scrapy/VERSION +++ b/scrapy/VERSION @@ -1 +1 @@ -2.12.0 +2.13.0