Skip to content

Commit

Permalink
Get ready for release 0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Aug 16, 2017
1 parent 0c8c123 commit 2cf3a1b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
trepan 0.7.8 2017-07-10

- Release for updated xdis and botched Rst
- PyPy 2.x tolerance
- Small error message improvements

trepan 0.7.7 2017-07-10

- improve remote debugging:
Expand Down
5 changes: 1 addition & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
|buildstatus| |license| |Supported Python Versions|
|buildstatus| |license|

.. contents:: :local:

Expand Down Expand Up @@ -256,6 +256,3 @@ See Also
.. _eval: https://python2-trepan.readthedocs.org/en/latest/commands/data/eval.html
.. _step: https://python2-trepan.readthedocs.org/en/latest/commands/running/step.html
.. _install: http://python2-trepan.readthedocs.org/en/latest/install.html
.. |Supported Python Versions| image:: https://img.shields.io/pypi/pyversions/trepan2.svg
:target: https://pypi.python.org/pypi/trepan2/
:alt: Supported Python versions
2 changes: 1 addition & 1 deletion __pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
'uncompyle6 >= 2.11.1',
'tracer >= 0.3.2',
'unittest2',
'xdis >= 3.5.1',
'xdis >= 3.5.4, < 3.6.0',
]
license = 'GPL3'
mailing_list = 'python-debugger@googlegroups.com'
Expand Down
2 changes: 1 addition & 1 deletion trepan/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# This file should define a variable VERSION which we use as the
# debugger version number.

VERSION='0.7.7'
VERSION='0.7.8'

0 comments on commit 2cf3a1b

Please sign in to comment.