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 c2ef5cc commit bd6ef1bCopy full SHA for bd6ef1b
CHANGES.rst
@@ -2,7 +2,7 @@
2
Release notes
3
=============
4
5
-0.4.0 (unreleased)
+0.4.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.3.0"
+version = "0.4.0"
description = "Sphinx extension for documentation in the Scrapy ecosystem"
9
dependencies = [
10
"sphinx",
@@ -41,7 +41,7 @@ Tracker = "https://github.com/scrapy/sphinx-scrapy/issues"
41
strict = true
42
43
[tool.bumpversion]
44
-current_version = "0.3.0"
+current_version = "0.4.0"
45
commit = true
46
tag = true
47
tag_name = "{new_version}"
0 commit comments