Skip to content

Commit 97077a9

Browse files
committed
Bumping version.
1 parent cc5ce13 commit 97077a9

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ Changelog
4444

4545
This 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+
4753
2.1.2 - 2016-08-24
4854
------------------
4955

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
INSTALL_REQUIRES = ['click', 'colorclass', 'sphinx']
1414
LICENSE = 'MIT'
1515
NAME = 'sphinxcontrib-versioning'
16-
VERSION = '2.1.2'
16+
VERSION = '2.1.3'
1717

1818

1919
def readme(path='README.rst'):

sphinxcontrib/versioning/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
__author__ = '@Robpol86'
99
__license__ = 'MIT'
10-
__version__ = '2.1.2'
10+
__version__ = '2.1.3'

0 commit comments

Comments
 (0)