diff --git a/SECURITY.md b/SECURITY.md index a5a5c7fb3..db67dea5d 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,8 +4,8 @@ | Version | Supported | | ------- | ------------------ | -| 2.13.x | :white_check_mark: | -| < 2.13.x | :x: | +| 2.14.x | :white_check_mark: | +| < 2.14.x | :x: | ## Reporting a Vulnerability diff --git a/docs/news.rst b/docs/news.rst index 1b1c72c1b..f07153402 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -5,7 +5,7 @@ Release notes .. _release-2.14.0: -Scrapy 2.14.0 (unreleased) +Scrapy 2.14.0 (2026-01-05) -------------------------- Highlights: diff --git a/pyproject.toml b/pyproject.toml index 81351bab7..d15e85fa7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,7 +111,7 @@ module = "twisted" implicit_reexport = true [tool.bumpversion] -current_version = "2.13.4" +current_version = "2.14.0" commit = true tag = true tag_name = "{new_version}" diff --git a/scrapy/VERSION b/scrapy/VERSION index 965a689ec..edcfe40d1 100644 --- a/scrapy/VERSION +++ b/scrapy/VERSION @@ -1 +1 @@ -2.13.4 +2.14.0