From 079a4034caffcf247085e335f254f3be3d9da21c Mon Sep 17 00:00:00 2001 From: Robpol86 Date: Mon, 15 Aug 2016 00:20:29 -0700 Subject: [PATCH] Bumping version to 2.0.0. 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 8eefc5f91..a918e9e7e 100644 --- a/README.rst +++ b/README.rst @@ -44,8 +44,8 @@ Changelog This project adheres to `Semantic Versioning `_. -Unreleased ----------- +2.0.0 - 2016-08-15 +------------------ Added * ``--git-root`` command line option. diff --git a/setup.py b/setup.py index 66e9891c0..5f4f41c0a 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ INSTALL_REQUIRES = ['click', 'colorclass', 'sphinx'] LICENSE = 'MIT' NAME = 'sphinxcontrib-versioning' -VERSION = '1.1.0' +VERSION = '2.0.0' def readme(path='README.rst'): diff --git a/sphinxcontrib/versioning/__init__.py b/sphinxcontrib/versioning/__init__.py index 7df067c99..f17cf3a81 100644 --- a/sphinxcontrib/versioning/__init__.py +++ b/sphinxcontrib/versioning/__init__.py @@ -7,4 +7,4 @@ __author__ = '@Robpol86' __license__ = 'MIT' -__version__ = '1.1.0' +__version__ = '2.0.0'