Skip to content

Commit 13a74e7

Browse files
committed
Bump version: 0.8.0 → 0.8.1
1 parent 65e5f02 commit 13a74e7

3 files changed

Lines changed: 5 additions & 5 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.1 (unreleased)
5+
0.8.1 (2026-04-10)
66
==================
77

88
- Addressed warnings affecting sitemap generation due to missing ``/`` at the

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Setup
108108
109109
repos:
110110
- repo: https://github.com/scrapy/sphinx-scrapy
111-
rev: 0.8.0
111+
rev: 0.8.1
112112
hooks:
113113
- id: sphinx-scrapy
114114
@@ -118,7 +118,7 @@ Setup
118118
119119
[tox]
120120
requires =
121-
sphinx-scrapy[tox]==0.8.0
121+
sphinx-scrapy[tox]==0.8.1
122122
envlist = …,docs
123123
124124
.. 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.0"
7+
version = "0.8.1"
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.0"
62+
current_version = "0.8.1"
6363
commit = true
6464
tag = true
6565
tag_name = "{new_version}"

0 commit comments

Comments
 (0)