Skip to content

Commit bd6ef1b

Browse files
committed
Bump version: 0.3.0 → 0.4.0
1 parent c2ef5cc commit bd6ef1b

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

88
| Extended easy intersphinx configuration to:

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

4343
[tool.bumpversion]
44-
current_version = "0.3.0"
44+
current_version = "0.4.0"
4545
commit = true
4646
tag = true
4747
tag_name = "{new_version}"

0 commit comments

Comments
 (0)