mirror of https://github.com/scrapy/scrapy.git
Bump version: 2.13.1 → 2.13.2
This commit is contained in:
parent
7400868ad5
commit
c6740604a4
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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}"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
2.13.1
|
||||
2.13.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue