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
44
44
45
45
This project adheres to `Semantic Versioning <http://semver.org/ >`_.
46
46
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
+
47
53
2.1.2 - 2016-08-24
48
54
------------------
49
55
Original file line number Diff line number Diff line change 13
13
INSTALL_REQUIRES = ['click' , 'colorclass' , 'sphinx' ]
14
14
LICENSE = 'MIT'
15
15
NAME = 'sphinxcontrib-versioning'
16
- VERSION = '2.1.2 '
16
+ VERSION = '2.1.3 '
17
17
18
18
19
19
def readme (path = 'README.rst' ):
Original file line number Diff line number Diff line change 7
7
8
8
__author__ = '@Robpol86'
9
9
__license__ = 'MIT'
10
- __version__ = '2.1.2 '
10
+ __version__ = '2.1.3 '
You can’t perform that action at this time.
0 commit comments