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 ec39c77 commit c651fa9Copy full SHA for c651fa9
CHANGES.rst
@@ -2,7 +2,7 @@
2
Release notes
3
=============
4
5
-0.6.1 (unreleased)
+0.6.1 (2025-09-16)
6
==================
7
8
Fixed Pythonb 3.8 support.
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "sphinx-scrapy"
-version = "0.6.0"
+version = "0.6.1"
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.6.0"
+current_version = "0.6.1"
46
commit = true
47
tag = true
48
tag_name = "{new_version}"
0 commit comments