diff --git a/README.rst b/README.rst index 79c2cd98f..668b3696f 100644 --- a/README.rst +++ b/README.rst @@ -49,8 +49,8 @@ Changelog This project adheres to `Semantic Versioning `_. -Unreleased ----------- +2.2.1 - 2016-12-10 +------------------ Added * Time value of ``html_last_updated_fmt`` will be the last git commit (authored) date. diff --git a/setup.py b/setup.py index 7db7356f1..d6a4aedce 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ INSTALL_REQUIRES = ['click', 'colorclass', 'sphinx'] LICENSE = 'MIT' NAME = 'sphinxcontrib-versioning' -VERSION = '2.2.0' +VERSION = '2.2.1' def readme(path='README.rst'): diff --git a/sphinxcontrib/versioning/__init__.py b/sphinxcontrib/versioning/__init__.py index d2b87e823..9e7912b6c 100644 --- a/sphinxcontrib/versioning/__init__.py +++ b/sphinxcontrib/versioning/__init__.py @@ -7,4 +7,4 @@ __author__ = '@Robpol86' __license__ = 'MIT' -__version__ = '2.2.0' +__version__ = '2.2.1'