[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.6-2-g65034e2
Sandro Tosi
morph at debian.org
Fri Aug 14 20:37:09 UTC 2009
The following commit has been merged in the master branch:
commit 65034e224f0c5c2f38c1854e77af38dcb103e7ff
Author: Sandro Tosi <morph at debian.org>
Date: Fri Aug 14 22:36:53 2009 +0200
bump reportbug version
diff --git a/debian/changelog b/debian/changelog
index 6712c1d..e048c05 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,12 @@
reportbug (4.7) UNRELEASED; urgency=low
+ * reportbug/__init__.py
+ - bump reportbug version
* debian/control
- replace python-gnome2-extras with python-gtkspell in Suggests; thanks to
Josselin Mouette for the report; Closes: #541598
- -- Sandro Tosi <morph at debian.org> Fri, 14 Aug 2009 22:35:18 +0200
+ -- Sandro Tosi <morph at debian.org> Fri, 14 Aug 2009 22:36:28 +0200
reportbug (4.6) unstable; urgency=low
diff --git a/reportbug/__init__.py b/reportbug/__init__.py
index 1eaa47f..ac2925c 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.6"
+VERSION_NUMBER = "4.7"
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