We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e09fbb commit 9357fbbCopy full SHA for 9357fbb
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
11
## [v0.4.0](https://github.com/executablebooks/sphinx-exercise/tree/v0.4.0) (2022-3-18)
12
13
### New ✨
setup.py
@@ -2,7 +2,7 @@
from setuptools import setup, find_packages
-VERSION = "v0.4.0"
+VERSION = "v0.4.1"
LONG_DESCRIPTION = """
This package contains a [Sphinx](http://www.sphinx-doc.org/) extension
0 commit comments