[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.2-14-g1ad2d60

Sandro Tosi morph at debian.org
Sat May 9 09:59:33 UTC 2009


The following commit has been merged in the master branch:
commit 2af5fe24bfe264bb08c2094bec84b169433981e4
Author: Sandro Tosi <morph at debian.org>
Date:   Sat May 9 11:45:54 2009 +0200

      - bump reportbug version

diff --git a/debian/changelog b/debian/changelog
index 5b1bbaf..95adbed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ reportbug (4.3) UNRELEASED; urgency=low
       to James Vega for the report;  Closes: #525762
 
   [ Sandro Tosi ]
+  * reportbug/__init__.py
+    - bump reportbug version
   * reportbug/submit.py
     - skip to show the ack message if fails to send the email to all the
       recipients; thanks to Cyril Brulebois for the report and to Carl Chenet
@@ -17,7 +19,7 @@ reportbug (4.3) UNRELEASED; urgency=low
       to Bernhard R. Link for the report and to Carl Chenet for the patch;
       Closes: #363920
 
- -- Sandro Tosi <morph at debian.org>  Sat, 09 May 2009 11:21:57 +0200
+ -- Sandro Tosi <morph at debian.org>  Sat, 09 May 2009 11:44:19 +0200
 
 reportbug (4.2) unstable; urgency=low
 
diff --git a/reportbug/__init__.py b/reportbug/__init__.py
index ac74f50..2490384 100644
--- a/reportbug/__init__.py
+++ b/reportbug/__init__.py
@@ -25,7 +25,7 @@ SOFTWARE."""
 __all__ = ['bugreport', 'utils', 'urlutils', 'checkbuildd', 'checkversions',
            'debianbts', 'exceptions', 'submit', 'tempfile']
 
-VERSION_NUMBER = "4.2"
+VERSION_NUMBER = "4.3"
 
 VERSION = "reportbug "+VERSION_NUMBER
 COPYRIGHT = VERSION + '\nCopyright (C) 1999-2008 Chris Lawrence <lawrencc at debian.org>' + \

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list