mirror of https://github.com/scrapy/scrapy.git
Bump version: 2.13.0 → 2.13.1
This commit is contained in:
parent
08ee88456f
commit
7fe7f1734a
|
|
@ -5,7 +5,7 @@ Release notes
|
|||
|
||||
.. _release-2.13.1:
|
||||
|
||||
Scrapy 2.13.1 (unreleased)
|
||||
Scrapy 2.13.1 (2025-05-28)
|
||||
--------------------------
|
||||
|
||||
- Give callback requests precedence over start requests when priority values
|
||||
|
|
|
|||
|
|
@ -115,7 +115,7 @@ module = "twisted"
|
|||
implicit_reexport = true
|
||||
|
||||
[tool.bumpversion]
|
||||
current_version = "2.13.0"
|
||||
current_version = "2.13.1"
|
||||
commit = true
|
||||
tag = true
|
||||
tag_name = "{new_version}"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
2.13.0
|
||||
2.13.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue