mirror of https://github.com/scrapy/scrapy.git
Bump version: 2.12.0 → 2.13.0
This commit is contained in:
parent
0f8abd2cce
commit
82a3245158
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
| Version | Supported |
|
||||
| ------- | ------------------ |
|
||||
| 2.12.x | :white_check_mark: |
|
||||
| < 2.12.x | :x: |
|
||||
| 2.13.x | :white_check_mark: |
|
||||
| < 2.13.x | :x: |
|
||||
|
||||
## Reporting a Vulnerability
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ Release notes
|
|||
|
||||
.. _release-2.13.0:
|
||||
|
||||
Scrapy 2.13.0 (unreleased)
|
||||
Scrapy 2.13.0 (2025-05-08)
|
||||
--------------------------
|
||||
|
||||
Highlights:
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@ module = "twisted"
|
|||
implicit_reexport = true
|
||||
|
||||
[tool.bumpversion]
|
||||
current_version = "2.12.0"
|
||||
current_version = "2.13.0"
|
||||
commit = true
|
||||
tag = true
|
||||
tag_name = "{new_version}"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
2.12.0
|
||||
2.13.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue