From 977c00d0add53ea13e75a041574ca07050669ea0 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 8 Oct 2016 20:31:08 +0300 Subject: Prepare to release version 0.3 --- NEWS | 2 +- cronish/version.py | 4 ++-- debian/changelog | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index faa1ef4..7dda17f 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS for desktop-cronish ======================== -Version 0.2+git, not yet released +Version 0.3, released 2016-10-08 -------------------------------- * Require Python 2.7. diff --git a/cronish/version.py b/cronish/version.py index 716318e..8154561 100644 --- a/cronish/version.py +++ b/cronish/version.py @@ -1,2 +1,2 @@ -__version__ = '0.2+git' -__version_info__ = (0, 2, '+git') +__version__ = "0.3" +__version_info__ = (0, 3) diff --git a/debian/changelog b/debian/changelog index 21bca58..f4889a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,11 @@ -desktop-cronish (0.2+git-1) UNRELEASED; urgency=medium +desktop-cronish (0.3-1) unstable; urgency=medium * New upstream version. * debian/control: Update Standards-Version to current policy. No other changes needed. * debian/control: Require Python 2.7. - -- Lars Wirzenius Sat, 08 Oct 2016 20:27:08 +0300 + -- Lars Wirzenius Sat, 08 Oct 2016 20:31:08 +0300 desktop-cronish (0.2-1) unstable; urgency=low -- cgit v1.2.1