Skip to content

Commit 9efcb40

Browse files
committed
Bump version to v0.4.0 and update changelog
Updated setup.py to set the version to v0.4.0 and marked the corresponding release date in CHANGELOG.md.
1 parent 2d34f26 commit 9efcb40

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## v0.4.0 (2026-01-27)
44

55
### Added
66

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup, find_packages
44

5-
VERSION = "v0.3.0"
5+
VERSION = "v0.4.0"
66

77
LONG_DESCRIPTION = """
88
This package contains a [Sphinx](http://www.sphinx-doc.org/en/master/) extension

0 commit comments

Comments
 (0)