summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--setup.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index be79af1..9aa230f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-tracing (0.3) squeeze; urgency=low
+
+ * New upstream release.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 23 Apr 2011 19:25:51 +0100
+
python-tracing (0.2) squeeze; urgency=low
* New version with API improvemnt: trace now takes optional arguments
diff --git a/setup.py b/setup.py
index a0802a2..07656c8 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@
from distutils.core import setup, Extension
setup(name='tracing',
- version='0.2',
+ version='0.3',
author='Lars Wirzenius',
author_email='liw@liw.fi',
url='http://liw.fi/tracing/',