Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/readthedocs/sphinx_rtd_theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Johnson <aj@ohess.org>2021-09-09 21:42:01 +0300
committerAnthony Johnson <aj@ohess.org>2021-09-09 21:42:01 +0300
commit1b4263eadfa5dc13473cfa8797c579a78b3c175e (patch)
tree886470aee55696692974d1068161d283f9718c0b /sphinx_rtd_theme
parent9fd4b0269b75c6f230f5a407ba0eedb5aff780df (diff)
Update to next development release after 1.0.0
For now, we'll be a bugfix release at 1.0.1 but do anticipate we'll be adding features this release and will get to 1.1.0. Requires #1230
Diffstat (limited to 'sphinx_rtd_theme')
-rw-r--r--sphinx_rtd_theme/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx_rtd_theme/__init__.py b/sphinx_rtd_theme/__init__.py
index 6f94d3e..f319098 100644
--- a/sphinx_rtd_theme/__init__.py
+++ b/sphinx_rtd_theme/__init__.py
@@ -12,7 +12,7 @@ from sphinx.locale import _
from sphinx.util.logging import getLogger
-__version__ = '1.0.0'
+__version__ = '1.0.1alpha1'
__version_full__ = __version__
logger = getLogger(__name__)