[Reportbug-commits] [reportbug] 32/32: releasing package reportbug version 7.0.0
Sandro Tosi
morph at moszumanska.debian.org
Thu Dec 1 01:36:53 UTC 2016
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository reportbug.
commit 9594a10d08036daf62605d1c7125e4a1b262516d
Author: Sandro Tosi <morph at debian.org>
Date: Wed Nov 30 20:31:41 2016 -0500
releasing package reportbug version 7.0.0
---
debian/changelog | 6 ++++++
reportbug/__init__.py | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 2eac44b..ba5a83a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+reportbug (7.0.0) experimental; urgency=medium
+
+ * port reportbug to py3k
+
+ -- Sandro Tosi <morph at debian.org> Wed, 30 Nov 2016 20:25:52 -0500
+
reportbug (6.6.6) unstable; urgency=medium
* reportbug/utils.py
diff --git a/reportbug/__init__.py b/reportbug/__init__.py
index 20211ec..9dd6342 100644
--- a/reportbug/__init__.py
+++ b/reportbug/__init__.py
@@ -25,7 +25,7 @@ SOFTWARE."""
__all__ = ['bugreport', 'utils', 'urlutils', 'checkbuildd', 'checkversions',
'debbugs', 'exceptions', 'submit', 'tempfile']
-VERSION_NUMBER = "6.6.6"
+VERSION_NUMBER = "7.0.0"
VERSION = "reportbug " + VERSION_NUMBER
COPYRIGHT = VERSION + '\nCopyright (C) 1999-2008 Chris Lawrence <lawrencc at debian.org>' + \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reportbug/reportbug.git
More information about the Reportbug-commits
mailing list