mirror of https://github.com/scrapy/scrapy.git
Bump version: 2.15.1 → 2.15.2
This commit is contained in:
parent
3a88cd0e2b
commit
3d5ca9f433
|
|
@ -5,7 +5,7 @@ Release notes
|
|||
|
||||
.. _release-2.15.2:
|
||||
|
||||
Scrapy 2.15.2 (unreleased)
|
||||
Scrapy 2.15.2 (2026-04-28)
|
||||
--------------------------
|
||||
|
||||
Bug fixes
|
||||
|
|
|
|||
|
|
@ -154,7 +154,7 @@ module = [
|
|||
ignore_missing_imports = true
|
||||
|
||||
[tool.bumpversion]
|
||||
current_version = "2.15.1"
|
||||
current_version = "2.15.2"
|
||||
commit = true
|
||||
tag = true
|
||||
tag_name = "{new_version}"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
2.15.1
|
||||
2.15.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue