From 34ae47452af3ef61921ead0a9686ebabfe8e72ff Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 17 Sep 2011 20:41:07 +0100 Subject: Release version 0.6. --- NEWS | 5 +++++ debian/changelog | 4 ++-- tracing.py | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index e16b9fd..ddb85ba 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,11 @@ NEWS for python-tracing ======================= +Version 0.6, released 2011-09-17 +-------------------------------- + +* Debian packaging fixes. + Version 0.5, released 2011-05-28 -------------------------------- diff --git a/debian/changelog b/debian/changelog index 1a9800d..0366999 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ -python-tracing (0.5-2) UNRELEASED; urgency=low +python-tracing (0.6-1) unstable; urgency=low * Update packaging to use dh_python2. * Avoid embedding jquery.js from sphinx, symlink to libjs-jquery instead. - -- Lars Wirzenius Wed, 31 Aug 2011 17:42:14 +0100 + -- Lars Wirzenius Sat, 17 Sep 2011 20:40:29 +0100 python-tracing (0.5-1) unstable; urgency=low diff --git a/tracing.py b/tracing.py index 3b0df30..9db05ed 100644 --- a/tracing.py +++ b/tracing.py @@ -50,7 +50,7 @@ regular expression matching. ''' -__version__ = '0.5' +__version__ = '0.6' import logging -- cgit v1.2.1