Skip to content

Commit c25b536

Browse files
committed
bumped version
1 parent c45402f commit c25b536

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.20.0
5+
------
6+
7+
Added additional ordered list styles - thanks to @fizbin for reporting this.
8+
9+
-------------------------------------------------------------------------------
10+
411
0.19.0
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.19.0"
8+
__VERSION__ = "0.20.0"
99

1010

1111
def setup(app: 'Sphinx'):

0 commit comments

Comments
 (0)