From 6a39e4611d21b285fa181f7e90353bb604c7f99d Mon Sep 17 00:00:00 2001 From: Daniel Woste Date: Tue, 28 Apr 2020 09:12:00 +0200 Subject: [PATCH] Raised version to 0.1.6 --- docs/source/conf.py | 4 ++-- setup.py | 4 ++-- sphinxcontrib/sphinx_bazel/sphinx_bazel.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index a6285f7..083431b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,9 +24,9 @@ author = 'team useblocks' # The short X.Y version -version = '' +version = '0.1.6' # The full version, including alpha/beta/rc tags -release = '' +release = '0.1.6' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 531d8bd..66cad86 100644 --- a/setup.py +++ b/setup.py @@ -11,8 +11,8 @@ setup( name='sphinx-bazel', - # If you raise, think about versions in conf.py and needs.py!!! - version='0.1.5', + # If you raise, think about versions in conf.py and sphinx_bazel.py!!! + version='0.1.6', url='http://github.com/useblocks/sphinx-bazel', download_url='http://pypi.python.org/pypi/sphinx-bazel', license='Apache 2.0', diff --git a/sphinxcontrib/sphinx_bazel/sphinx_bazel.py b/sphinxcontrib/sphinx_bazel/sphinx_bazel.py index f53709c..ea1d81e 100644 --- a/sphinxcontrib/sphinx_bazel/sphinx_bazel.py +++ b/sphinxcontrib/sphinx_bazel/sphinx_bazel.py @@ -15,7 +15,7 @@ logging.basicConfig() # Only need to do this once -VERSION = '0.1.4' +VERSION = '0.1.6' def setup(app):