[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.1-21-gf732763

Sandro Tosi morph at debian.org
Sat Apr 18 17:41:39 UTC 2009


The following commit has been merged in the master branch:
commit 3634077ab772b410a28d51078f49a099fd3f0aca
Author: Sandro Tosi <morph at debian.org>
Date:   Sat Apr 18 17:02:13 2009 +0200

    bump reportbug version

diff --git a/debian/changelog b/debian/changelog
index 38db0c2..d591b36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 reportbug (4.2) UNRELEASED; urgency=low
 
   [ Sandro Tosi ]
+  * reportbug/__init__.py
+    - bump reportbug version
   * bin/reportbug
     - resolved regression about not being able to select ui from cli, moving the
       check for attachments existance out of the ui check code. Now all the
@@ -24,7 +26,7 @@ reportbug (4.2) UNRELEASED; urgency=low
       #521162
     - ui focus and layout improvements
 
- -- Sandro Tosi <morph at debian.org>  Sat, 18 Apr 2009 14:30:54 +0200
+ -- Sandro Tosi <morph at debian.org>  Sat, 18 Apr 2009 17:01:47 +0200
 
 reportbug (4.1) unstable; urgency=low
 
diff --git a/reportbug/__init__.py b/reportbug/__init__.py
index 43932c9..ac74f50 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.1"
+VERSION_NUMBER = "4.2"
 
 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