Skip to content

Commit 6683e3f

Browse files
authored
🚀 RELEASE: Bumping version number
1 parent 8bf6c2f commit 6683e3f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

3-
## v0.0.1-alpha
3+
## v0.1.2
4+
5+
- Added feature to do continuous numbering of toctrees inside a parent toctree.
6+
7+
## v0.1.1
48

59
- Added feature to do continuous numbering of chapters across parts.

docs/source/index.md

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

33
**An extension for continuous numbering of toctree elements across multiple toctrees**.
44

5-
This package contains a [Sphinx](http://www.sphinx-doc.org/en/master/) extension to continuously number sections across multiple toctrees present in the same document. Also quite useful in [jupyter-book](https://jupyterbook.org/) projects for continuous numbering of chapters across different parts.
5+
This package contains a [Sphinx](http://www.sphinx-doc.org/en/master/) extension to continuously number sections across multiple toctrees. Also quite useful in [jupyter-book](https://jupyterbook.org/) projects for continuous numbering of chapters across different parts.
66

77
```{warning}
88
sphinx-multitoc-numbering is in an active development stage and may change rapidly.

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.1"
21+
__version__ = "0.1.2"
2222
"""sphinx-multitoc-numbering version"""
2323

2424

0 commit comments

Comments
 (0)