Bump version: 2.13.2 → 2.13.3

This commit is contained in:
Andrey Rakhmatullin 2025-07-02 20:39:46 +05:00
parent cf465bf644
commit 155a504f24
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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}"

View File

@ -1 +1 @@
2.13.2
2.13.3