Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Wardrop committed Nov 8, 2016
1 parent 7300433 commit 6807065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knowledge_repo/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

__author__ = "Nikki Ray (maintainer), Robert Chang, Dan Frank, Chetan Sharma, Matthew Wardrop"
__author_email__ = "nikki.ray@airbnb.com, robert.chang@airbnb.com, dan.frank@airbnb.com, chetan.sharma@airbnb.com, matthew.wardrop@airbnb.com"
__version__ = "0.6.11"
__version__ = "0.7.0"
try:
with open(os.devnull, 'w') as devnull:
__version__ += '_' + subprocess.check_output(['git', 'rev-parse', 'HEAD'], shell=False, stderr=devnull).decode('utf-8').replace('\n', '')
Expand Down

0 comments on commit 6807065

Please sign in to comment.