Skip to content

Commit

Permalink
🚀 RELEASE: Bumping version number
Browse files Browse the repository at this point in the history
  • Loading branch information
AakashGfude authored Nov 3, 2020
1 parent 8bf6c2f commit 6683e3f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## v0.0.1-alpha
## v0.1.2

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

## v0.1.1

- Added feature to do continuous numbering of chapters across parts.
2 changes: 1 addition & 1 deletion docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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.
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.

```{warning}
sphinx-multitoc-numbering is in an active development stage and may change rapidly.
Expand Down
2 changes: 1 addition & 1 deletion sphinx_multitoc_numbering/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

logger = logging.getLogger(__name__)

__version__ = "0.1.1"
__version__ = "0.1.2"
"""sphinx-multitoc-numbering version"""


Expand Down

0 comments on commit 6683e3f

Please sign in to comment.