Bump version: 2.13.1 → 2.13.2

This commit is contained in:
Andrey Rakhmatullin 2025-06-09 15:21:06 +05:00
parent 7400868ad5
commit c6740604a4
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ Release notes
.. _release-2.13.2:
Scrapy 2.13.2 (unreleased)
Scrapy 2.13.2 (2025-06-09)
--------------------------
- Fixed a bug introduced in Scrapy 2.13.0 that caused results of request

View File

@ -115,7 +115,7 @@ module = "twisted"
implicit_reexport = true
[tool.bumpversion]
current_version = "2.13.1"
current_version = "2.13.2"
commit = true
tag = true
tag_name = "{new_version}"

View File

@ -1 +1 @@
2.13.1
2.13.2