summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--debian/changelog4
-rw-r--r--tracing.py2
3 files changed, 9 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index d1de18a..c32a3ee 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
NEWS for python-tracing
=======================
+Version 0.9, released 2015-10-25
+--------------------------------
+
+* Debian packaging changes, plus force release to get rebuilds
+ happening.
+
Version 0.8, released 2013-04-18
--------------------------------
diff --git a/debian/changelog b/debian/changelog
index 400e9fc..99cc59d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-python-tracing (0.9-1) UNRELEASED; urgency=low
+python-tracing (0.9-1) unstable; urgency=low
* New upstream version.
* debian/control: Move Homepage: to source stanza.
* debian/control: Update Standards-Version to 3.9.5. No further
changes required.
- -- Lars Wirzenius <liw@liw.fi> Sat, 29 Mar 2014 12:43:42 +0000
+ -- Lars Wirzenius <liw@liw.fi> Sun, 25 Oct 2015 09:54:54 +0200
python-tracing (0.8-1) unstable; urgency=low
diff --git a/tracing.py b/tracing.py
index f01b1d8..c5095a9 100644
--- a/tracing.py
+++ b/tracing.py
@@ -52,7 +52,7 @@ regular expression matching.
'''
-__version__ = '0.8'
+__version__ = '0.9'
import logging