File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,12 @@ Changelog
4444
4545This project adheres to `Semantic Versioning <http://semver.org/ >`_.
4646
47+ 2.1.3 - 2016-08-24
48+ ------------------
49+
50+ Fixed
51+ * Stopped blocking users from overriding their layout.html. Using another approach to inserting the banner.
52+
47532.1.2 - 2016-08-24
4854------------------
4955
Original file line number Diff line number Diff line change 1313INSTALL_REQUIRES = ['click' , 'colorclass' , 'sphinx' ]
1414LICENSE = 'MIT'
1515NAME = 'sphinxcontrib-versioning'
16- VERSION = '2.1.2 '
16+ VERSION = '2.1.3 '
1717
1818
1919def readme (path = 'README.rst' ):
Original file line number Diff line number Diff line change 77
88__author__ = '@Robpol86'
99__license__ = 'MIT'
10- __version__ = '2.1.2 '
10+ __version__ = '2.1.3 '
You can’t perform that action at this time.
0 commit comments