[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.0-3-g7b99ff2

Sandro Tosi morph at debian.org
Wed Mar 25 19:38:06 UTC 2009


The following commit has been merged in the master branch:
commit 7b99ff294e6ad569787cd53f1a02d76381b9ea42
Author: Sandro Tosi <morph at debian.org>
Date:   Wed Mar 25 20:31:52 2009 +0100

    bump version to 4.1

diff --git a/debian/changelog b/debian/changelog
index a06440c..cf3f85e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,12 @@
 reportbug (4.1) UNRELEASED; urgency=low
 
+  * reportbug/__init__.py
+    - bump version
   * debian/{desktop, dirs, rules}
     - install desktop file; thanks to Fabian Greffrath for the report and file;
       Closes: #521186
 
- -- Sandro Tosi <morph at debian.org>  Wed, 25 Mar 2009 20:28:34 +0100
+ -- Sandro Tosi <morph at debian.org>  Wed, 25 Mar 2009 20:31:24 +0100
 
 reportbug (4.0) unstable; urgency=low
 
diff --git a/reportbug/__init__.py b/reportbug/__init__.py
index 680015f..43932c9 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.0"
+VERSION_NUMBER = "4.1"
 
 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