Skip to content

Commit 85e56d8

Browse files
committed
bumped version
1 parent 6bd2b80 commit 85e56d8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/src/changes.rst

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

4+
0.17.0
5+
------
6+
7+
Fixes to support Sphinx 7.2. Thanks to @alexlancaster for reporting this.
8+
9+
-------------------------------------------------------------------------------
10+
411
0.16.1
512
------
613

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.16.1"
8+
__VERSION__ = "0.17.0"
99

1010

1111
def setup(app: 'Sphinx'):

0 commit comments

Comments
 (0)