diff --git a/SECURITY.md b/SECURITY.md index bc64dec7b..a5a5c7fb3 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -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 diff --git a/docs/news.rst b/docs/news.rst index d574317bb..cf1c35893 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -5,7 +5,7 @@ Release notes .. _release-2.13.0: -Scrapy 2.13.0 (unreleased) +Scrapy 2.13.0 (2025-05-08) -------------------------- Highlights: diff --git a/pyproject.toml b/pyproject.toml index 187587eb1..85fba0f92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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}" diff --git a/scrapy/VERSION b/scrapy/VERSION index d8b698973..fb2c0766b 100644 --- a/scrapy/VERSION +++ b/scrapy/VERSION @@ -1 +1 @@ -2.12.0 +2.13.0