[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.9-42-g57398cf

Sandro Tosi morph at debian.org
Thu Jan 7 10:55:23 UTC 2010


The following commit has been merged in the master branch:
commit 57398cf9fae18a7d0d3625acd6a1df0c2cb4fc67
Author: Sandro Tosi <morph at debian.org>
Date:   Thu Jan 7 11:43:39 2010 +0100

    releasing version 4.10

diff --git a/debian/changelog b/debian/changelog
index 7f6a685..42ac996 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-reportbug (4.10~WIP) UNRELEASED; urgency=low
+reportbug (4.10) unstable; urgency=low
 
   * conf/reportbug.conf, man/reportbug.conf.5
     - added 'keyid' documentation; thanks to gregor herrmann for the report and
@@ -84,8 +84,10 @@ reportbug (4.10~WIP) UNRELEASED; urgency=low
     - extending my copyright notices to 2010
   * debian/pycompat
     - removed, not needed
+  * reportbug/__init__.py
+    - release 4.10
 
- -- Sandro Tosi <morph at debian.org>  Thu, 07 Jan 2010 11:28:01 +0100
+ -- Sandro Tosi <morph at debian.org>  Thu, 07 Jan 2010 11:43:20 +0100
 
 reportbug (4.9) unstable; urgency=low
 
diff --git a/reportbug/__init__.py b/reportbug/__init__.py
index ecddc79..71fc5bc 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.9"
+VERSION_NUMBER = "4.10"
 
 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