Skip to content

Commit 2b5f6c7

Browse files
committed
Bump version: 0.7.0 → 0.7.1
1 parent 08d1865 commit 2b5f6c7

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.7.1 (unreleased)
5+
0.7.1 (2026-04-06)
66
==================
77

88
- Fixed the generated Read the Docs configuration, which was causing builds

README.rst

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

5959
.. code-block::
6060
61-
sphinx-scrapy==0.7.0
61+
sphinx-scrapy==0.7.1
6262
6363
#. Add to ``docs/conf.py``:
6464

@@ -100,7 +100,7 @@ Setup
100100
101101
repos:
102102
- repo: https://github.com/scrapy/sphinx-scrapy
103-
rev: 0.7.0
103+
rev: 0.7.1
104104
hooks:
105105
- id: sphinx-scrapy
106106
@@ -110,7 +110,7 @@ Setup
110110
111111
[tox]
112112
requires =
113-
sphinx-scrapy==0.7.0
113+
sphinx-scrapy==0.7.1
114114
envlist = …,docs
115115
116116
.. 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.7.0"
7+
version = "0.7.1"
88
description = "Sphinx extension for documentation in the Scrapy ecosystem"
99
dependencies = [
1010
"packaging",
@@ -55,7 +55,7 @@ allow-direct-references = true
5555
strict = true
5656

5757
[tool.bumpversion]
58-
current_version = "0.7.0"
58+
current_version = "0.7.1"
5959
commit = true
6060
tag = true
6161
tag_name = "{new_version}"

0 commit comments

Comments
 (0)