summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-10-25 09:55:56 +0200
committerLars Wirzenius <liw@liw.fi>2015-10-25 09:56:18 +0200
commit0289cbe62b10cf92f234e69207a0a2435f61c06c (patch)
treeb9510399c8bfa51f3b387a24fd8f407483dcb509
parent2eaa6c539b241c81901a74d809ff5ad2f3d68b82 (diff)
downloadpython-tracing-0289cbe62b10cf92f234e69207a0a2435f61c06c.tar.gz
Prepare release 0.9python-tracing-0.9
-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