Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraymer committed Jun 2, 2016
1 parent db1c54f commit f0d5286
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
version = subprocess.check_output(
['git', 'describe', '--abbrev=0', '--tags']).strip()[1:]
# The full version, including alpha/beta/rc tags.
release = '0.3.0'
release = '0.3.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -126,7 +126,7 @@
# html_title = None

# A shorter title for the navigation bar. Default is the same as html_title.
html_short_title = 'vX.Y.Z'
html_short_title = None

# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
Expand Down
2 changes: 1 addition & 1 deletion flinck/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"""
Version module
"""
__version__ = '0.3.1'
__version__ = '0.3.2'

0 comments on commit f0d5286

Please sign in to comment.