summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--debian/changelog6
-rw-r--r--tracing.py2
3 files changed, 12 insertions, 1 deletions
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 <liw@liw.fi> 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