Skip to content

Commit 42253ed

Browse files
committed
Bump version: 0.4.0 → 0.5.0
1 parent 82b8518 commit 42253ed

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

88
Change the minimum version of Python from 3.9 to 3.8.

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.4.0"
7+
version = "0.5.0"
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.4.0"
45+
current_version = "0.5.0"
4646
commit = true
4747
tag = true
4848
tag_name = "{new_version}"

0 commit comments

Comments
 (0)