We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bd2b80 commit 85e56d8Copy full SHA for 85e56d8
docs/src/changes.rst
@@ -1,6 +1,13 @@
1
Changes
2
=======
3
4
+0.17.0
5
+------
6
+
7
+Fixes to support Sphinx 7.2. Thanks to @alexlancaster for reporting this.
8
9
+-------------------------------------------------------------------------------
10
11
0.16.1
12
------
13
piccolo_theme/__init__.py
@@ -5,7 +5,7 @@
from sphinx.application import Sphinx
-__VERSION__ = "0.16.1"
+__VERSION__ = "0.17.0"
def setup(app: 'Sphinx'):
0 commit comments