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 b2f0c68 commit 1090f9aCopy full SHA for 1090f9a
README.rst
@@ -49,8 +49,8 @@ Changelog
49
50
This project adheres to `Semantic Versioning <http://semver.org/>`_.
51
52
-Unreleased
53
-----------
+2.2.0 - 2016-09-15
+------------------
54
55
Added
56
* Windows support.
setup.py
@@ -13,7 +13,7 @@
13
INSTALL_REQUIRES = ['click', 'colorclass', 'sphinx']
14
LICENSE = 'MIT'
15
NAME = 'sphinxcontrib-versioning'
16
-VERSION = '2.1.4'
+VERSION = '2.2.0'
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.4'
+__version__ = '2.2.0'
0 commit comments