Skip to content

Commit

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

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion qifqif/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from qifqif.ui import set_completer, complete_matches, colorize_match
from qifqif.terminal import TERM

__version__ = '0.5.2'
__version__ = '0.6.0'
__author__ = 'Fabrice Laporte <kraymer@gmail.com>'

ENCODING = 'utf-8' if sys.stdin.encoding in (None, 'ascii') else \
Expand Down

0 comments on commit 8af03d9

Please sign in to comment.