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 9ab08a6 + 5a061d1 commit 75b4e15Copy full SHA for 75b4e15
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.1.3 (2021-10-14)
4
+
5
+### Fixes 🐛
6
7
+Resolving reference error. See: https://github.com/executablebooks/sphinx-proof/pull/68
8
9
## v0.1.2 (2021-10-13)
10
11
### Fixes 🐛
setup.py
@@ -2,7 +2,7 @@
from setuptools import setup, find_packages
-VERSION = "v0.1.2"
+VERSION = "v0.1.3"
LONG_DESCRIPTION = """
This package contains a [Sphinx](http://www.sphinx-doc.org/en/master/) extension
0 commit comments