~barry/ubuntu/natty/winpdb/bug-761131

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Bernd Zeimetz
  • Date: 2008-04-16 00:00:39 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080416000039-3cw3yxp8q90ea2ee
Tags: 1.3.8-1
New upstream version, including a fix for a wishlist bug asking for
an additional hint at eval/exec in error message (Closes: #470889).

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 
52
52
setup(
53
53
    name = 'winpdb',
54
 
    version = '1.3.4',
 
54
    version = '1.3.8',
55
55
    description = 'A platform independent GPL Python debugger.',
56
56
    long_description = LONG_DESC,
57
57
    author = 'Nir Aides',