mirror of https://github.com/scrapy/scrapy.git
Bump version: 2.14.2 → 2.15.0
This commit is contained in:
parent
1432455d35
commit
47e25fbbb5
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
| Version | Supported |
|
||||
| ------- | ------------------ |
|
||||
| 2.14.x | :white_check_mark: |
|
||||
| < 2.14.x | :x: |
|
||||
| 2.15.x | :white_check_mark: |
|
||||
| < 2.15.x | :x: |
|
||||
|
||||
## Reporting a Vulnerability
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ Release notes
|
|||
|
||||
.. _release-2.15.0:
|
||||
|
||||
Scrapy 2.15.0 (unreleased)
|
||||
Scrapy 2.15.0 (2026-04-09)
|
||||
--------------------------
|
||||
|
||||
Highlights:
|
||||
|
|
|
|||
|
|
@ -154,7 +154,7 @@ module = [
|
|||
ignore_missing_imports = true
|
||||
|
||||
[tool.bumpversion]
|
||||
current_version = "2.14.2"
|
||||
current_version = "2.15.0"
|
||||
commit = true
|
||||
tag = true
|
||||
tag_name = "{new_version}"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
2.14.2
|
||||
2.15.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue