Fix: version number
This commit is contained in:
parent
a4bf8feceb
commit
cb45610f1d
4 changed files with 8 additions and 3 deletions
5
CHANGES
5
CHANGES
|
@ -2,6 +2,11 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
2.0.4 (*2021-05-14*)
|
||||
====================
|
||||
|
||||
- Add padding on sidebar
|
||||
|
||||
2.0.3 (*2021-01-31*)
|
||||
====================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "sphinx_nervproject_theme",
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.4",
|
||||
"description": "Sphinx Nerv Project Theme",
|
||||
"main": "index.js",
|
||||
"directories": {
|
||||
|
|
2
setup.py
2
setup.py
|
@ -28,7 +28,7 @@ with open("README.rst", "r") as fh:
|
|||
|
||||
setup(
|
||||
name="sphinx_nervproject_theme",
|
||||
version="2.0.3",
|
||||
version="2.0.4",
|
||||
url="https://procrastinator.nerv-project.eu/nerv-project/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__ = (2, 0, 3)
|
||||
__version__ = (2, 0, 4)
|
||||
|
||||
|
||||
class SimpleTocTreeCollector(EnvironmentCollector):
|
||||
|
|
Loading…
Reference in a new issue