Skip to content

Commit 831a8f0

Browse files
committed
bumped version
1 parent 081c54e commit 831a8f0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/src/changes.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changes
22
=======
33

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+
412
0.15.0
513
------
614

piccolo_theme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from sphinx.application import Sphinx
66

77

8-
__VERSION__ = "0.15.0"
8+
__VERSION__ = "0.16.0"
99

1010

1111
def setup(app: 'Sphinx'):

0 commit comments

Comments
 (0)