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.
2 parents cce689d + 1394c77 commit 80443ccCopy full SHA for 80443cc
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.1.1 (2021-08-18)
4
+
5
+### Improved 👌
6
7
+Resetting directive numbering between different directives
8
9
## [v0.1.0](https://github.com/executablebooks/sphinx-proof/tree/release-0.1) (2021-07-23)
10
11
### NEW ✨
setup.py
@@ -2,7 +2,7 @@
from setuptools import setup, find_packages
-VERSION = "v0.1.0"
+VERSION = "v0.1.1"
LONG_DESCRIPTION = """
This package contains a [Sphinx](http://www.sphinx-doc.org/en/master/) extension
0 commit comments