diff --git a/docs/news.rst b/docs/news.rst index 8ed4da192..4bf2a504f 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -5,7 +5,7 @@ Release notes .. _release-2.13.4: -Scrapy 2.13.4 (unreleased) +Scrapy 2.13.4 (2025-11-17) -------------------------- Security bug fixes diff --git a/pyproject.toml b/pyproject.toml index f81fb295e..dfbd9cc19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -116,7 +116,7 @@ module = "twisted" implicit_reexport = true [tool.bumpversion] -current_version = "2.13.3" +current_version = "2.13.4" commit = true tag = true tag_name = "{new_version}" diff --git a/scrapy/VERSION b/scrapy/VERSION index a1a4224dd..965a689ec 100644 --- a/scrapy/VERSION +++ b/scrapy/VERSION @@ -1 +1 @@ -2.13.3 +2.13.4