From 0af10cfa4234bdff8cf5c0a69cc086962a73d541 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 9 Oct 2016 15:16:03 +0300 Subject: Prepare to release version 0.10 --- NEWS | 2 +- debian/changelog | 4 ++-- tracing/version.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index f99bd25..c50c063 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS for python-tracing ======================= -Version 0.9+git, not yet released +Version 0.10, released 2016-10-09 -------------------------------- * Require Python 2.7. diff --git a/debian/changelog b/debian/changelog index da067fd..6514874 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -python-tracing (0.9+git-1) UNRELEASED; urgency=medium +python-tracing (0.10-1) unstable; urgency=medium * New upstream version. * debian/control: Require Python 2.7. - -- Lars Wirzenius Sun, 09 Oct 2016 15:10:38 +0300 + -- Lars Wirzenius Sun, 09 Oct 2016 15:16:03 +0300 python-tracing (0.9-1) unstable; urgency=low diff --git a/tracing/version.py b/tracing/version.py index ba90bed..191f961 100644 --- a/tracing/version.py +++ b/tracing/version.py @@ -1,2 +1,2 @@ -__version__ = '0.9+git' -__version_info__ = (0, 9, '+git') +__version__ = "0.10" +__version_info__ = (0, 10) -- cgit v1.2.1