mirror of https://github.com/scrapy/scrapy.git
Bump version: 2.13.3 → 2.13.4
This commit is contained in:
parent
31a9c03c24
commit
2f62ab532d
|
|
@ -5,7 +5,7 @@ Release notes
|
|||
|
||||
.. _release-2.13.4:
|
||||
|
||||
Scrapy 2.13.4 (unreleased)
|
||||
Scrapy 2.13.4 (2025-11-17)
|
||||
--------------------------
|
||||
|
||||
Security bug fixes
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@ module = "twisted"
|
|||
implicit_reexport = true
|
||||
|
||||
[tool.bumpversion]
|
||||
current_version = "2.13.3"
|
||||
current_version = "2.13.4"
|
||||
commit = true
|
||||
tag = true
|
||||
tag_name = "{new_version}"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
2.13.3
|
||||
2.13.4
|
||||
|
|
|
|||
Loading…
Reference in New Issue