aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-09-01 11:59:54 +0200
committerMichał Górny <mgorny@gentoo.org>2023-09-01 11:59:54 +0200
commitac2dbd5bec47301e76e64372b42ba2241b698aed (patch)
tree3349fcdc7f956f4fe636000a051ff4d4625c1d74
parentFix CSS header compatibility with Sphinx-7 (diff)
downloadtyrian-sphinx-theme-ac2dbd5bec47301e76e64372b42ba2241b698aed.tar.gz
tyrian-sphinx-theme-ac2dbd5bec47301e76e64372b42ba2241b698aed.tar.bz2
tyrian-sphinx-theme-ac2dbd5bec47301e76e64372b42ba2241b698aed.zip
Bump to version to 0.0.8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--tyrian_sphinx_theme/_version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tyrian_sphinx_theme/_version.py b/tyrian_sphinx_theme/_version.py
index dc9f0fe..87b9c6b 100644
--- a/tyrian_sphinx_theme/_version.py
+++ b/tyrian_sphinx_theme/_version.py
@@ -1,2 +1,2 @@
-__version_info__ = (0, 0, 7)
+__version_info__ = (0, 0, 8)
__version__ = ".".join(map(str, __version_info__))