Skip to content

Commit

Permalink
Bump version to 0.8.1 and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
msabramo committed Mar 6, 2015
1 parent b354fc7 commit 6c786e9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
CHANGELOG
=========

Changes between 0.7.2 and 0.8.dev0
Changes between 0.8 and 0.8.1
==================================

- Remove dependency on ``backports.inspect``
Make dependency on ``funcsigs`` optional.
(https://bitbucket.org/antocuni/pdb/issue/37/doesn-t-install-on-os-x)
(https://bitbucket.org/antocuni/pdb/pull-request/35/use-funcsigs-package-instead-of/diff)

Changes between 0.7.2 and 0.8
==================================

- Python 3 compatibility
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name='pdbpp',
version='0.8',
version='0.8.1',
author='Antonio Cuni',
author_email='anto.cuni@gmail.com',
py_modules=['pdb'],
Expand Down

0 comments on commit 6c786e9

Please sign in to comment.