mirror of https://github.com/scrapy/scrapy.git
Bump version: 2.14.1 → 2.14.2
This commit is contained in:
parent
378bb68039
commit
498b4fc1a4
|
|
@ -5,7 +5,7 @@ Release notes
|
||||||
|
|
||||||
.. _release-2.14.2:
|
.. _release-2.14.2:
|
||||||
|
|
||||||
Scrapy 2.14.2 (unreleased)
|
Scrapy 2.14.2 (2026-03-12)
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
Security bug fixes
|
Security bug fixes
|
||||||
|
|
|
||||||
|
|
@ -111,7 +111,7 @@ module = "twisted"
|
||||||
implicit_reexport = true
|
implicit_reexport = true
|
||||||
|
|
||||||
[tool.bumpversion]
|
[tool.bumpversion]
|
||||||
current_version = "2.14.1"
|
current_version = "2.14.2"
|
||||||
commit = true
|
commit = true
|
||||||
tag = true
|
tag = true
|
||||||
tag_name = "{new_version}"
|
tag_name = "{new_version}"
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
2.14.1
|
2.14.2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue