mirror of https://github.com/scrapy/scrapy.git
Bump version: 2.15.2 → 2.16.0
This commit is contained in:
parent
a84b7850fc
commit
abe9c63841
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
| Version | Supported |
|
| Version | Supported |
|
||||||
| ------- | ------------------ |
|
| ------- | ------------------ |
|
||||||
| 2.15.x | :white_check_mark: |
|
| 2.16.x | :white_check_mark: |
|
||||||
| < 2.15.x | :x: |
|
| < 2.16.x | :x: |
|
||||||
|
|
||||||
## Reporting a Vulnerability
|
## Reporting a Vulnerability
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ Release notes
|
||||||
|
|
||||||
.. _release-2.16.0:
|
.. _release-2.16.0:
|
||||||
|
|
||||||
Scrapy 2.16.0 (unreleased)
|
Scrapy 2.16.0 (2026-05-19)
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
Highlights:
|
Highlights:
|
||||||
|
|
|
||||||
|
|
@ -137,7 +137,7 @@ module = [
|
||||||
ignore_missing_imports = true
|
ignore_missing_imports = true
|
||||||
|
|
||||||
[tool.bumpversion]
|
[tool.bumpversion]
|
||||||
current_version = "2.15.2"
|
current_version = "2.16.0"
|
||||||
commit = true
|
commit = true
|
||||||
tag = true
|
tag = true
|
||||||
tag_name = "{new_version}"
|
tag_name = "{new_version}"
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
2.15.2
|
2.16.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue