Skip to content

Commit de599ae

Browse files
committed
v0.16.1
1 parent bae04c0 commit de599ae

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
### v0.16.1
4+
5+
- included page revision metadata in the footer block of the base.html template file
6+
37
### v0.16.0
48

59
- fix for jQuery associated bug that lead to failure of dropdown menu behavior as of v0.15.0. This required us to revert to v1.12.4 of jQuery as is used with Bootstrap 3 theme

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ nav:
5858

5959
Download the Cinder theme archive by clicking the button below.
6060

61-
<a href="https://github.com/chrissimpkins/cinder/archive/v0.16.0.zip"><button type="button" class="btn btn-success"><i class="fas fa-cloud-download-alt fa-3x"></i> </br> <span style="font-size:20px;">Download Cinder</span></button></a>
61+
<a href="https://github.com/chrissimpkins/cinder/archive/v0.16.1.zip"><button type="button" class="btn btn-success"><i class="fas fa-cloud-download-alt fa-3x"></i> </br> <span style="font-size:20px;">Download Cinder</span></button></a>
6262

6363
Unpack the contents of the archive into a directory named `cinder` at the top level of your MkDocs project directory.
6464

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
VERSION = '0.16.0'
3+
VERSION = '0.16.1'
44

55

66
setup(

0 commit comments

Comments
 (0)