[Reportbug-commits] r677 - in trunk (debian/changelog reportbug/__init__.py)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Fri Jan 2 22:24:01 UTC 2009


    Date: Friday, January 2, 2009 @ 22:24:00
  Author: morph
Revision: 677

reportbug/__init__.py

* reportbug/__init__.py
  - updated version number

Modified:
  trunk/debian/changelog
  trunk/reportbug/__init__.py

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-01-02 22:23:10 UTC (rev 676)
+++ trunk/debian/changelog	2009-01-02 22:24:00 UTC (rev 677)
@@ -1,12 +1,14 @@
 reportbug (3.99.1) UNRELEASED; urgency=low
 
+  * reportbug/__init__.py
+    - updated version number
   * reportbug/ui/{__init__.py,newt_ui.py}, test/test_reportbug_ui_newt.py
     - removed newt UI, since unused, broken, unmaintained
   * bin/reportbug
     - call the correct method for sign a message; thanks to Chris Taylor for the
       report; Closes: #503425
 
- -- Sandro Tosi <morph at debian.org>  Fri, 02 Jan 2009 22:59:20 +0100
+ -- Sandro Tosi <morph at debian.org>  Fri, 02 Jan 2009 23:03:49 +0100
 
 reportbug (3.99.0) experimental; urgency=low
 

Modified: trunk/reportbug/__init__.py
===================================================================
--- trunk/reportbug/__init__.py	2009-01-02 22:23:10 UTC (rev 676)
+++ trunk/reportbug/__init__.py	2009-01-02 22:24:00 UTC (rev 677)
@@ -24,7 +24,7 @@
 __all__ = ['bugreport', 'utils', 'urlutils', 'checkbuildd', 'checkversions',
            'debianbts', 'exceptions', 'submit', 'tempfile']
 
-VERSION_NUMBER = "3.99.0"
+VERSION_NUMBER = "3.99.1"
 
 VERSION = "reportbug "+VERSION_NUMBER
 COPYRIGHT = VERSION + '\nCopyright (C) 1999-2008 Chris Lawrence <lawrencc at debian.org>'




More information about the Reportbug-commits mailing list