Skip to content

Commit 75b4e15

Browse files
authored
🚀 RELEASE: v0.1.3
2 parents 9ab08a6 + 5a061d1 commit 75b4e15

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

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+
39
## v0.1.2 (2021-10-13)
410

511
### Fixes 🐛

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

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

0 commit comments

Comments
 (0)