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:
|
||||
|
||||
Scrapy 2.14.2 (unreleased)
|
||||
Scrapy 2.14.2 (2026-03-12)
|
||||
--------------------------
|
||||
|
||||
Security bug fixes
|
||||
|
|
|
|||
|
|
@ -111,7 +111,7 @@ module = "twisted"
|
|||
implicit_reexport = true
|
||||
|
||||
[tool.bumpversion]
|
||||
current_version = "2.14.1"
|
||||
current_version = "2.14.2"
|
||||
commit = true
|
||||
tag = true
|
||||
tag_name = "{new_version}"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
2.14.1
|
||||
2.14.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue