We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b8518 commit 42253edCopy full SHA for 42253ed
CHANGES.rst
@@ -2,7 +2,7 @@
2
Release notes
3
=============
4
5
-0.5.0 (unreleased)
+0.5.0 (2025-09-16)
6
==================
7
8
Change the minimum version of Python from 3.9 to 3.8.
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "sphinx-scrapy"
-version = "0.4.0"
+version = "0.5.0"
description = "Sphinx extension for documentation in the Scrapy ecosystem"
9
dependencies = [
10
"sphinx",
@@ -42,7 +42,7 @@ Tracker = "https://github.com/scrapy/sphinx-scrapy/issues"
42
strict = true
43
44
[tool.bumpversion]
45
-current_version = "0.4.0"
+current_version = "0.5.0"
46
commit = true
47
tag = true
48
tag_name = "{new_version}"
0 commit comments