Skip to content

Commit c276df8

Browse files
authored
🚀 RELEASE: v0.1.3 #22
1 parent 93c8010 commit c276df8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## v0.1.3
4+
5+
- Added a message indicating the loading of the package.
6+
- Included license in source distribution. Thanks to ([#19](https://github.com/executablebooks/sphinx-multitoc-numbering/pull/19), [@bollwyvl](https://github.com/bollwyvl))
7+
38
## v0.1.2
49

510
- Added feature to do continuous numbering of toctrees inside a parent toctree.

sphinx_multitoc_numbering/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
logger = logging.getLogger(__name__)
2020

21-
__version__ = "0.1.2"
21+
__version__ = "0.1.3"
2222
"""sphinx-multitoc-numbering version"""
2323

2424

0 commit comments

Comments
 (0)