summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-10-08 20:31:08 +0300
committerLars Wirzenius <liw@liw.fi>2016-10-08 20:31:08 +0300
commit977c00d0add53ea13e75a041574ca07050669ea0 (patch)
treeae5fff645ab87375bc57dc371209c3fd86e397ce
parent3c7d17c05c8a56f017343604a2fbbf246b21994e (diff)
downloaddesktop-cronish-977c00d0add53ea13e75a041574ca07050669ea0.tar.gz
Prepare to release version 0.3desktop-cronish-0.3
-rw-r--r--NEWS2
-rw-r--r--cronish/version.py4
-rw-r--r--debian/changelog4
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 <liw@liw.fi> Sat, 08 Oct 2016 20:27:08 +0300
+ -- Lars Wirzenius <liw@liw.fi> Sat, 08 Oct 2016 20:31:08 +0300
desktop-cronish (0.2-1) unstable; urgency=low