We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b8b280 commit 9c39b74Copy full SHA for 9c39b74
README.rst
@@ -44,8 +44,8 @@ Changelog
44
45
This project adheres to `Semantic Versioning <http://semver.org/>`_.
46
47
-Unreleased
48
-----------
+2.1.4 - 2016-09-03
+------------------
49
50
Fixed
51
* banner.css being overridden by conf.py: https://github.com/Robpol86/sphinxcontrib-versioning/issues/23
setup.py
@@ -13,7 +13,7 @@
13
INSTALL_REQUIRES = ['click', 'colorclass', 'sphinx']
14
LICENSE = 'MIT'
15
NAME = 'sphinxcontrib-versioning'
16
-VERSION = '2.1.3'
+VERSION = '2.1.4'
17
18
19
def readme(path='README.rst'):
sphinxcontrib/versioning/__init__.py
@@ -7,4 +7,4 @@
7
8
__author__ = '@Robpol86'
9
__license__ = 'MIT'
10
-__version__ = '2.1.3'
+__version__ = '2.1.4'
0 commit comments