We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 081c54e commit 831a8f0Copy full SHA for 831a8f0
docs/src/changes.rst
@@ -1,6 +1,14 @@
1
Changes
2
=======
3
4
+0.16.0
5
+------
6
+
7
+The custom fonts are now bundled with the theme. Thanks to @noxpardalis for
8
+this.
9
10
+-------------------------------------------------------------------------------
11
12
0.15.0
13
------
14
piccolo_theme/__init__.py
@@ -5,7 +5,7 @@
from sphinx.application import Sphinx
-__VERSION__ = "0.15.0"
+__VERSION__ = "0.16.0"
def setup(app: 'Sphinx'):
0 commit comments