Skip to content

Commit 80443cc

Browse files
authored
🚀 RELEASE: v0.1.1
2 parents cce689d + 1394c77 commit 80443cc

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.1 (2021-08-18)
4+
5+
### Improved 👌
6+
7+
Resetting directive numbering between different directives
8+
39
## [v0.1.0](https://github.com/executablebooks/sphinx-proof/tree/release-0.1) (2021-07-23)
410

511
### NEW ✨

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

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

0 commit comments

Comments
 (0)