Skip to content

Commit

Permalink
Bumping version, preparing for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robpol86 committed Dec 10, 2016
1 parent 14e37d5 commit f0d2d9d
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 @@ -49,8 +49,8 @@ Changelog

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

Unreleased
----------
2.2.1 - 2016-12-10
------------------

Added
* Time value of ``html_last_updated_fmt`` will be the last git commit (authored) date.
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.2.0'
VERSION = '2.2.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.2.0'
__version__ = '2.2.1'

0 comments on commit f0d2d9d

Please sign in to comment.