Skip to content

Commit

Permalink
Bumping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robpol86 committed Aug 25, 2016
1 parent cc5ce13 commit 97077a9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ Changelog

This project adheres to `Semantic Versioning <http://semver.org/>`_.

2.1.3 - 2016-08-24
------------------

Fixed
* Stopped blocking users from overriding their layout.html. Using another approach to inserting the banner.

2.1.2 - 2016-08-24
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
INSTALL_REQUIRES = ['click', 'colorclass', 'sphinx']
LICENSE = 'MIT'
NAME = 'sphinxcontrib-versioning'
VERSION = '2.1.2'
VERSION = '2.1.3'


def readme(path='README.rst'):
Expand Down
2 changes: 1 addition & 1 deletion sphinxcontrib/versioning/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

__author__ = '@Robpol86'
__license__ = 'MIT'
__version__ = '2.1.2'
__version__ = '2.1.3'

0 comments on commit 97077a9

Please sign in to comment.