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 e427bcc commit f237cc3Copy full SHA for f237cc3
CHANGES.rst
@@ -2,7 +2,7 @@
2
Release notes
3
=============
4
5
-0.3.0 (unreleased)
+0.3.0 (2025-09-02)
6
==================
7
8
| Extended easy intersphinx configuration to:
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "sphinx-scrapy"
-version = "0.2.0"
+version = "0.3.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.2.0"
+current_version = "0.3.0"
45
commit = true
46
tag = true
47
tag_name = "{new_version}"
0 commit comments