mirror of https://github.com/scrapy/scrapy.git
Bump version: 2.14.0 → 2.14.1
This commit is contained in:
parent
c9fbf6c599
commit
0b9d8da09d
|
|
@ -5,7 +5,7 @@ Release notes
|
||||||
|
|
||||||
.. _release-2.14.1:
|
.. _release-2.14.1:
|
||||||
|
|
||||||
Scrapy 2.14.1 (unreleased)
|
Scrapy 2.14.1 (2026-01-12)
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
Deprecations
|
Deprecations
|
||||||
|
|
|
||||||
|
|
@ -111,7 +111,7 @@ module = "twisted"
|
||||||
implicit_reexport = true
|
implicit_reexport = true
|
||||||
|
|
||||||
[tool.bumpversion]
|
[tool.bumpversion]
|
||||||
current_version = "2.14.0"
|
current_version = "2.14.1"
|
||||||
commit = true
|
commit = true
|
||||||
tag = true
|
tag = true
|
||||||
tag_name = "{new_version}"
|
tag_name = "{new_version}"
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
2.14.0
|
2.14.1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue