mirror of https://github.com/scrapy/scrapy.git
Bump version: 2.13.4 → 2.14.0
This commit is contained in:
parent
7bef98b4f1
commit
3ac1192f35
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
| Version | Supported |
|
||||
| ------- | ------------------ |
|
||||
| 2.13.x | :white_check_mark: |
|
||||
| < 2.13.x | :x: |
|
||||
| 2.14.x | :white_check_mark: |
|
||||
| < 2.14.x | :x: |
|
||||
|
||||
## Reporting a Vulnerability
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ Release notes
|
|||
|
||||
.. _release-2.14.0:
|
||||
|
||||
Scrapy 2.14.0 (unreleased)
|
||||
Scrapy 2.14.0 (2026-01-05)
|
||||
--------------------------
|
||||
|
||||
Highlights:
|
||||
|
|
|
|||
|
|
@ -111,7 +111,7 @@ module = "twisted"
|
|||
implicit_reexport = true
|
||||
|
||||
[tool.bumpversion]
|
||||
current_version = "2.13.4"
|
||||
current_version = "2.14.0"
|
||||
commit = true
|
||||
tag = true
|
||||
tag_name = "{new_version}"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
2.13.4
|
||||
2.14.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue