Skip to content

Commit f3415e4

Browse files
authored
🚀 RELEASE: v0.1.2
2 parents 0d19625 + 1fc044d commit f3415e4

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.2 (2021-10-13)
4+
5+
### Fixes 🐛
6+
7+
Making singlehtml builder error free. See: https://github.com/executablebooks/sphinx-proof/issues/65
8+
39
## v0.1.1 (2021-08-18)
410

511
### Improved 👌

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

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

0 commit comments

Comments
 (0)