summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-10-17 11:35:25 +0300
committerLars Wirzenius <liw@liw.fi>2015-10-17 11:35:25 +0300
commit7cbe44f649d4314468e3a7ccf353827c862108a3 (patch)
treed8ecf69ffd8706262556e2d4c201bc0ff7ba1c27
parent1c7ea7189684111d7f024b31e3611d510a83c2b7 (diff)
downloaddesktop-cronish-7cbe44f649d4314468e3a7ccf353827c862108a3.tar.gz
Prepare release version 0.2desktop-cronish-0.2
-rw-r--r--NEWS5
-rw-r--r--debian/changelog6
-rwxr-xr-xdesktop-cronish2
-rw-r--r--setup.py2
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 <liw@liw.fi> 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',