Skip to content
This repository was archived by the owner on Jun 11, 2019. It is now read-only.

Commit f0d2d9d

Browse files
committed
Bumping version, preparing for release.
1 parent 14e37d5 commit f0d2d9d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ Changelog
4949

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

52-
Unreleased
53-
----------
52+
2.2.1 - 2016-12-10
53+
------------------
5454

5555
Added
5656
* Time value of ``html_last_updated_fmt`` will be the last git commit (authored) date.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
INSTALL_REQUIRES = ['click', 'colorclass', 'sphinx']
1414
LICENSE = 'MIT'
1515
NAME = 'sphinxcontrib-versioning'
16-
VERSION = '2.2.0'
16+
VERSION = '2.2.1'
1717

1818

1919
def readme(path='README.rst'):

sphinxcontrib/versioning/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
__author__ = '@Robpol86'
99
__license__ = 'MIT'
10-
__version__ = '2.2.0'
10+
__version__ = '2.2.1'

0 commit comments

Comments
 (0)