From 1c7ea7189684111d7f024b31e3611d510a83c2b7 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 18 Mar 2014 20:25:54 +0000 Subject: Prepare for release 0.1 --- NEWS | 2 +- debian/changelog | 6 ++++++ desktop-cronish | 2 +- setup.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 2c0ad36..bdde81a 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS for desktop-cronish ======================== -Version 0.1, released UNRELEASED +Version 0.1, released 2014-03-18 -------------------------------- * "Executing job" messages now have a timestamp, to make it easier to diff --git a/debian/changelog b/debian/changelog index 4b9b930..51d6f28 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +desktop-cronish (0.1-1) unstable; urgency=low + + * New upstream release. + + -- Lars Wirzenius Tue, 18 Mar 2014 20:25:06 +0000 + desktop-cronish (0.0-1) unstable; urgency=low * Initial packaging. This is not intended to be uploaded to Debian, so diff --git a/desktop-cronish b/desktop-cronish index dc3e79e..3d876f6 100755 --- a/desktop-cronish +++ b/desktop-cronish @@ -26,7 +26,7 @@ import ttystatus import yaml -__version__ = '0.0' +__version__ = '0.1' class DesktopCronish(cliapp.Application): diff --git a/setup.py b/setup.py index 69acc32..a6ac9ae 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ class Clean(clean): setup(name='desktop-cronish', - version='0.0', + version='0.1', description='git://git.gitano.org.uk/personal/liw/desktop-cronish', author='Lars Wirzenius', author_email='liw@liw.fi', -- cgit v1.2.1