Skip to content

Commit b1d55db

Browse files
committed
Bump version: 0.8.5 → 0.8.6
1 parent 77ae069 commit b1d55db

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Release notes
33
=============
44

5-
0.8.6 (unreleased)
5+
0.8.6 (2026-05-12)
66
==================
77

88
- Add index templates for extension-defined cross-reference types so related

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Setup
6161

6262
.. code-block:: text
6363
64-
sphinx-scrapy @ git+https://github.com/scrapy/sphinx-scrapy.git@0.8.5
64+
sphinx-scrapy @ git+https://github.com/scrapy/sphinx-scrapy.git@0.8.6
6565
6666
#. Add to ``docs/conf.py``:
6767

@@ -111,7 +111,7 @@ Setup
111111
112112
repos:
113113
- repo: https://github.com/scrapy/sphinx-scrapy
114-
rev: 0.8.5
114+
rev: 0.8.6
115115
hooks:
116116
- id: sphinx-scrapy
117117
@@ -121,7 +121,7 @@ Setup
121121
122122
[tox]
123123
requires =
124-
sphinx-scrapy[tox] @ git+https://github.com/scrapy/sphinx-scrapy.git@0.8.5
124+
sphinx-scrapy[tox] @ git+https://github.com/scrapy/sphinx-scrapy.git@0.8.6
125125
envlist = …,docs
126126
127127
.. note:: ``docs`` in ``envlist`` is required.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "sphinx-scrapy"
7-
version = "0.8.5"
7+
version = "0.8.6"
88
description = "Sphinx extension for documentation in the Scrapy ecosystem"
99
dependencies = [
1010
"packaging",
@@ -59,7 +59,7 @@ allow-direct-references = true
5959
strict = true
6060

6161
[tool.bumpversion]
62-
current_version = "0.8.5"
62+
current_version = "0.8.6"
6363
commit = true
6464
tag = true
6565
tag_name = "{new_version}"

0 commit comments

Comments
 (0)