Skip to content

Commit

Permalink
Merge pull request #887 from rizar/fix_confpy_and_bump_version
Browse files Browse the repository at this point in the history
Fixes conf.py and bumps version to 0.1.1
  • Loading branch information
dwf committed Oct 27, 2015
2 parents 4f74b4c + 0a4e3b3 commit 3ec837a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blocks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Scary warning: Adding code to this file can break namespace packages
# See https://pythonhosted.org/setuptools/setuptools.html#namespace-packages
__import__("pkg_resources").declare_namespace(__name__)
__version__ = '0.1.0'
__version__ = '0.1.1'
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = 0.1
version = '0.1'
# The full version, including alpha/beta/rc tags.
release = 0.1.0
release = '0.1.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 3ec837a

Please sign in to comment.