Skip to content

Commit

Permalink
Raised version to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
danwos committed Apr 28, 2020
1 parent 490644b commit 6a39e46
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion sphinxcontrib/sphinx_bazel/sphinx_bazel.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

logging.basicConfig() # Only need to do this once

VERSION = '0.1.4'
VERSION = '0.1.6'


def setup(app):
Expand Down

0 comments on commit 6a39e46

Please sign in to comment.