[Reportbug-commits] r584 - in branches/modules/reportbug (__init__.py)

lawrencc at users.alioth.debian.org lawrencc at users.alioth.debian.org
Thu Jul 24 18:54:13 UTC 2008


    Date: Thursday, July 24, 2008 @ 18:54:12
  Author: lawrencc
Revision: 584

Bump version.

Modified:
  branches/modules/reportbug/__init__.py

Modified: branches/modules/reportbug/__init__.py
===================================================================
--- branches/modules/reportbug/__init__.py	2008-07-24 18:54:04 UTC (rev 583)
+++ branches/modules/reportbug/__init__.py	2008-07-24 18:54:12 UTC (rev 584)
@@ -1,4 +1,4 @@
-#!/usr/bin/python -S
+#!/usr/bin/python
 # -*- python -*-
 # reportbug - Report a bug in the Debian distribution.
 #   Written by Chris Lawrence <lawrencc at debian.org>
@@ -24,7 +24,7 @@
 __all__ = ['bugreport', 'utils', 'urlutils', 'checkbuildd', 'checkversions',
            'debianbts', 'exceptions', 'submit', 'tempfile']
 
-VERSION_NUMBER = "3.42"
+VERSION_NUMBER = "3.44"
 if VERSION_NUMBER.startswith('#'):
     VERSION_NUMBER = '(unreleased)'
 




More information about the Reportbug-commits mailing list