Skip to content

Commit

Permalink
Bumping version to 2.1.1. Preparing for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robpol86 committed Aug 24, 2016
1 parent 19fdc9d commit ba89978
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ Changelog

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

Unreleased
----------
2.1.1 - 2016-08-23
------------------

Added
* Command line option: ``--push-remote``
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.0'
VERSION = '2.1.1'


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.0'
__version__ = '2.1.1'

0 comments on commit ba89978

Please sign in to comment.