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 443310c commit b776701Copy full SHA for b776701
CHANGES.rst
@@ -2,7 +2,7 @@
2
Release notes
3
=============
4
5
-0.6.0 (unreleased)
+0.6.0 (2025-09-16)
6
==================
7
8
| Extended easy intersphinx configuration to:
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "sphinx-scrapy"
-version = "0.5.0"
+version = "0.6.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.5.0"
+current_version = "0.6.0"
46
commit = true
47
tag = true
48
tag_name = "{new_version}"
0 commit comments