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 74526d6..e16b9fd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
NEWS for python-tracing
=======================
+Version 0.5, released 2011-05-28
+--------------------------------
+
+* Build documentation with sphinx.
+
Version 0.4, released 2011-05-18
--------------------------------
diff --git a/debian/changelog b/debian/changelog
index 5ca0da8..10270b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-tracing (0.4-2) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 28 May 2011 18:04:22 +0100
+
python-tracing (0.4-1) unstable; urgency=low
* Initial packaging. (Closes: #623857)
diff --git a/tracing.py b/tracing.py
index d84b1fc..3b0df30 100644
--- a/tracing.py
+++ b/tracing.py
@@ -50,7 +50,7 @@ regular expression matching.
'''
-__version__ = '0.4'
+__version__ = '0.5'
import logging