summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-03-18 20:25:54 +0000
committerLars Wirzenius <liw@liw.fi>2014-03-18 20:25:54 +0000
commit1c7ea7189684111d7f024b31e3611d510a83c2b7 (patch)
tree86ecd7e00305ab9a1ae0c27be72226495c9d3e80
parentdb9c0d5a42b43fcccb4956491add33bd9a4246f7 (diff)
downloaddesktop-cronish-1c7ea7189684111d7f024b31e3611d510a83c2b7.tar.gz
Prepare for release 0.1desktop-cronish-0.1
-rw-r--r--NEWS2
-rw-r--r--debian/changelog6
-rwxr-xr-xdesktop-cronish2
-rw-r--r--setup.py2
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 <liw@liw.fi> 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',