Update version
This commit is contained in:
parent
c29083ee29
commit
3658095fd4
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -27,7 +27,7 @@ with open("README.rst", "r") as fh:
|
|||
|
||||
setup(
|
||||
name="sphinx_nervproject_theme",
|
||||
version="1.0",
|
||||
version="1.0.1",
|
||||
url="https://procrastinator.nerv-project.eu/communication/sphinx_nervproject_theme",
|
||||
license="EUPL 1.2",
|
||||
author="Kujiu",
|
||||
|
|
|
@ -5,7 +5,7 @@ from sphinx.environment.collectors import EnvironmentCollector
|
|||
from sphinx import addnodes
|
||||
from sphinx.util.osutil import relative_uri
|
||||
|
||||
__version__ = (0, 4, 0)
|
||||
__version__ = (1, 0, 1)
|
||||
|
||||
|
||||
class SimpleTocTreeCollector(EnvironmentCollector):
|
||||
|
|
Loading…
Reference in a new issue