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 19fdc9d commit ba89978Copy full SHA for ba89978
README.rst
@@ -44,8 +44,8 @@ Changelog
44
45
This project adheres to `Semantic Versioning <http://semver.org/>`_.
46
47
-Unreleased
48
-----------
+2.1.1 - 2016-08-23
+------------------
49
50
Added
51
* Command line option: ``--push-remote``
setup.py
@@ -13,7 +13,7 @@
13
INSTALL_REQUIRES = ['click', 'colorclass', 'sphinx']
14
LICENSE = 'MIT'
15
NAME = 'sphinxcontrib-versioning'
16
-VERSION = '2.1.0'
+VERSION = '2.1.1'
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.0'
+__version__ = '2.1.1'
0 commit comments