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