mirror of https://github.com/scrapy/scrapy.git
Merge pull request #7470 from scrapy/2.15
Merge 2.15.2 into the main branch
This commit is contained in:
commit
30a54b72f0
|
|
@ -3,6 +3,16 @@
|
||||||
Release notes
|
Release notes
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
.. _release-2.15.2:
|
||||||
|
|
||||||
|
Scrapy 2.15.2 (2026-04-28)
|
||||||
|
--------------------------
|
||||||
|
|
||||||
|
Bug fixes
|
||||||
|
~~~~~~~~~
|
||||||
|
|
||||||
|
- Fixed links in https://docs.scrapy.org/llms.txt (:issue:`7467`)
|
||||||
|
|
||||||
.. _release-2.15.1:
|
.. _release-2.15.1:
|
||||||
|
|
||||||
Scrapy 2.15.1 (2026-04-23)
|
Scrapy 2.15.1 (2026-04-23)
|
||||||
|
|
|
||||||
|
|
@ -154,7 +154,7 @@ module = [
|
||||||
ignore_missing_imports = true
|
ignore_missing_imports = true
|
||||||
|
|
||||||
[tool.bumpversion]
|
[tool.bumpversion]
|
||||||
current_version = "2.15.1"
|
current_version = "2.15.2"
|
||||||
commit = true
|
commit = true
|
||||||
tag = true
|
tag = true
|
||||||
tag_name = "{new_version}"
|
tag_name = "{new_version}"
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
2.15.1
|
2.15.2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue