From 7cbe44f649d4314468e3a7ccf353827c862108a3 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 17 Oct 2015 11:35:25 +0300 Subject: Prepare release version 0.2 --- NEWS | 5 +++++ debian/changelog | 6 ++++++ desktop-cronish | 2 +- setup.py | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index bdde81a..382c0aa 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,11 @@ NEWS for desktop-cronish ======================== +Version 0.2, released 2015-10-17 +-------------------------------- + +* Force build on jessie. + Version 0.1, released 2014-03-18 -------------------------------- diff --git a/debian/changelog b/debian/changelog index 51d6f28..4e238e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +desktop-cronish (0.2-1) unstable; urgency=low + + * New upstream release to force build for jessie. + + -- Lars Wirzenius Sat, 17 Oct 2015 11:34:45 +0300 + desktop-cronish (0.1-1) unstable; urgency=low * New upstream release. diff --git a/desktop-cronish b/desktop-cronish index 3d876f6..3fcf852 100755 --- a/desktop-cronish +++ b/desktop-cronish @@ -26,7 +26,7 @@ import ttystatus import yaml -__version__ = '0.1' +__version__ = '0.2' class DesktopCronish(cliapp.Application): diff --git a/setup.py b/setup.py index a6ac9ae..22e1d56 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ class Clean(clean): setup(name='desktop-cronish', - version='0.1', + version='0.2', description='git://git.gitano.org.uk/personal/liw/desktop-cronish', author='Lars Wirzenius', author_email='liw@liw.fi', -- cgit v1.2.1