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