Skip to content

Commit

Permalink
Bump to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyseek committed Mar 29, 2018
1 parent 8bb3f8c commit a2f0a45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.8.0

- The Python 3.6 in both client and server are supported. (GH-9)

# 0.7.1

- Rename the PyPI project to "pystack-debugger" since the "pystack" was used.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='pystack-debugger',
version='0.7.1',
version='0.8.0',
description='Tool to print python thread and greenlet stacks',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit a2f0a45

Please sign in to comment.