We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9664298 commit 88d637dCopy full SHA for 88d637d
docs/src/changes.rst
@@ -1,6 +1,15 @@
1
Changes
2
=======
3
4
+0.19.0
5
+------
6
+
7
+Fixed span tags (thanks to @jvcarli for this).
8
9
+Added support for Python 3.12.
10
11
+-------------------------------------------------------------------------------
12
13
0.18.0
14
------
15
piccolo_theme/__init__.py
@@ -5,7 +5,7 @@
from sphinx.application import Sphinx
-__VERSION__ = "0.18.0"
+__VERSION__ = "0.19.0"
def setup(app: 'Sphinx'):
0 commit comments