From 48dbe93060e72181afb358813f905e92aa104b38 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 29 Sep 2012 15:04:56 +0100 Subject: Prepare release version 0.7 --- NEWS | 5 +++++ debian/changelog | 6 ++++++ tracing.py | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ddb85ba..2f195ee 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,11 @@ NEWS for python-tracing ======================= +Version 0.7, released 2012-09-29 +-------------------------------- + +* Added missing copy of GPLv3. Reported by Michel Alexandre Salim. + Version 0.6, released 2011-09-17 -------------------------------- diff --git a/debian/changelog b/debian/changelog index 4a34d94..c0ed504 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-tracing (0.7-1) unstable; urgency=low + + * New upstream version. + + -- Lars Wirzenius Sat, 29 Sep 2012 15:04:47 +0100 + python-tracing (0.6-2) unstable; urgency=low * Replace embedded underscore.js with symlink to copy from libjs-underscore. diff --git a/tracing.py b/tracing.py index 9db05ed..fd4773b 100644 --- a/tracing.py +++ b/tracing.py @@ -50,7 +50,7 @@ regular expression matching. ''' -__version__ = '0.6' +__version__ = '0.7' import logging -- cgit v1.2.1