From 155a504f24b9dd180b8786a4fa709f87cfe8fb66 Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Wed, 2 Jul 2025 20:39:46 +0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.13.2=20=E2=86=92=202.13.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/news.rst | 2 +- pyproject.toml | 2 +- scrapy/VERSION | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/news.rst b/docs/news.rst index 980f3315c..b7fdcd585 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -5,7 +5,7 @@ Release notes .. _release-2.13.3: -Scrapy 2.13.3 (unreleased) +Scrapy 2.13.3 (2025-07-02) -------------------------- - Changed the values for :setting:`DOWNLOAD_DELAY` (from ``0`` to ``1``) and diff --git a/pyproject.toml b/pyproject.toml index d6aebf514..470cab8ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,7 +115,7 @@ module = "twisted" implicit_reexport = true [tool.bumpversion] -current_version = "2.13.2" +current_version = "2.13.3" commit = true tag = true tag_name = "{new_version}" diff --git a/scrapy/VERSION b/scrapy/VERSION index 0e83a9a9c..a1a4224dd 100644 --- a/scrapy/VERSION +++ b/scrapy/VERSION @@ -1 +1 @@ -2.13.2 +2.13.3