We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45402f commit c25b536Copy full SHA for c25b536
docs/src/changes.rst
@@ -1,6 +1,13 @@
1
Changes
2
=======
3
4
+0.20.0
5
+------
6
+
7
+Added additional ordered list styles - thanks to @fizbin for reporting this.
8
9
+-------------------------------------------------------------------------------
10
11
0.19.0
12
------
13
piccolo_theme/__init__.py
@@ -5,7 +5,7 @@
from sphinx.application import Sphinx
-__VERSION__ = "0.19.0"
+__VERSION__ = "0.20.0"
def setup(app: 'Sphinx'):
0 commit comments