summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-09-30 12:11:16 +0300
committerLars Wirzenius <liw@liw.fi>2015-09-30 12:11:16 +0300
commit62efe176f85db8e33f61b8e6c2680de79ee10b78 (patch)
tree9f685ffe2055a7c9a3fcea634da75e458d353ee0
parentff06c835f3e2b5922792c5d429634ed4a03b0077 (diff)
downloadick-62efe176f85db8e33f61b8e6c2680de79ee10b78.tar.gz
Prepare release version 0.6.1ick-0.6.1
-rw-r--r--NEWS6
-rw-r--r--debian/changelog6
-rw-r--r--setup.py2
3 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d7cfb8c..cb3c4b5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
NEWS for Ick
============
+Version 0.6.1, released 2015-09-30
+----------------------------------
+
+* Bug fix to get rid of a crash when a Debian related pipeline runs
+ and doesn't actually need to build anything.
+
Version 0.6, released 2015-09-30
--------------------------------
diff --git a/debian/changelog b/debian/changelog
index 70036df..935ff87 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ick (0.6.1-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Lars Wirzenius <liw@liw.fi> Wed, 30 Sep 2015 12:10:58 +0300
+
ick (0.6-1) unstable; urgency=medium
* New upstream release.
diff --git a/setup.py b/setup.py
index 3576d7f..c3f1af6 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ from distutils.core import setup
setup(
name='ick',
- version='0.6',
+ version='0.6.1',
description='continuous integration system',
classifiers=[
'Development Status :: 3 - Alpha',