Skip to content

Commit 9357fbb

Browse files
authored
v0.4.1 (#61)
1 parent 9e09fbb commit 9357fbb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
4+
## [v0.4.1](https://github.com/executablebooks/sphinx-exercise/tree/v0.4.1) (2023-1-23)
5+
6+
### Improved 👌
7+
8+
Compatibility with docutils>=0.18 (from support with sphinx>=5). Along with updating
9+
CI and pre-commit files.
10+
311
## [v0.4.0](https://github.com/executablebooks/sphinx-exercise/tree/v0.4.0) (2022-3-18)
412

513
### New ✨

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.4.0"
5+
VERSION = "v0.4.1"
66

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

0 commit comments

Comments
 (0)