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 2f195ee..d1de18a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
NEWS for python-tracing
=======================
+Version 0.8, released 2013-04-18
+--------------------------------
+
+* Spurious new release to force re-builds. Sorry.
+
Version 0.7, released 2012-09-29
--------------------------------
diff --git a/debian/changelog b/debian/changelog
index c0ed504..44d1a65 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-tracing (0.8-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Lars Wirzenius <liw@liw.fi> Thu, 18 Apr 2013 09:15:50 +0100
+
python-tracing (0.7-1) unstable; urgency=low
* New upstream version.
diff --git a/tracing.py b/tracing.py
index 9b2306a..b934c27 100644
--- a/tracing.py
+++ b/tracing.py
@@ -52,7 +52,7 @@ regular expression matching.
'''
-__version__ = '0.7'
+__version__ = '0.8'
import logging