From 0958d8158035e498ccc9b6ac3ffb6ab3a29b89d4 Mon Sep 17 00:00:00 2001 From: Robpol86 Date: Mon, 22 Aug 2016 15:23:19 -0700 Subject: [PATCH] Bumping version, preparing for release. --- README.rst | 4 ++-- setup.py | 2 +- sphinxcontrib/versioning/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 36ef66475..6a987b144 100644 --- a/README.rst +++ b/README.rst @@ -44,8 +44,8 @@ Changelog This project adheres to `Semantic Versioning `_. -Unreleased ----------- +2.1.0 - 2016-08-22 +------------------ Added * Option to enable warning banner in old/development versions. Similar to Jinja2's documentation. diff --git a/setup.py b/setup.py index d5c60918f..ff84529c4 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ INSTALL_REQUIRES = ['click', 'colorclass', 'sphinx'] LICENSE = 'MIT' NAME = 'sphinxcontrib-versioning' -VERSION = '2.0.0' +VERSION = '2.1.0' def readme(path='README.rst'): diff --git a/sphinxcontrib/versioning/__init__.py b/sphinxcontrib/versioning/__init__.py index f17cf3a81..d90ad7c9c 100644 --- a/sphinxcontrib/versioning/__init__.py +++ b/sphinxcontrib/versioning/__init__.py @@ -7,4 +7,4 @@ __author__ = '@Robpol86' __license__ = 'MIT' -__version__ = '2.0.0' +__version__ = '2.1.0'