Skip to content

Commit c651fa9

Browse files
committed
Bump version: 0.6.0 → 0.6.1
1 parent ec39c77 commit c651fa9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.6.1 (unreleased)
5+
0.6.1 (2025-09-16)
66
==================
77

88
Fixed Pythonb 3.8 support.

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.6.0"
7+
version = "0.6.1"
88
description = "Sphinx extension for documentation in the Scrapy ecosystem"
99
dependencies = [
1010
"sphinx",
@@ -42,7 +42,7 @@ Tracker = "https://github.com/scrapy/sphinx-scrapy/issues"
4242
strict = true
4343

4444
[tool.bumpversion]
45-
current_version = "0.6.0"
45+
current_version = "0.6.1"
4646
commit = true
4747
tag = true
4848
tag_name = "{new_version}"

0 commit comments

Comments
 (0)