summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--debian/changelog6
-rw-r--r--setup.py2
3 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 545eaa4..d7cfb8c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for Ick
============
-Version 0.6, released UNRELEASED
+Version 0.6, released 2015-09-30
--------------------------------
* Ick now prints the location of the build log for each build,
diff --git a/debian/changelog b/debian/changelog
index 79013d9..70036df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ick (0.6-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Lars Wirzenius <liw@liw.fi> Wed, 30 Sep 2015 10:32:25 +0300
+
ick (0.5-1) unstable; urgency=medium
* New upstream version
diff --git a/setup.py b/setup.py
index 6e3832b..3576d7f 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ from distutils.core import setup
setup(
name='ick',
- version='0.5',
+ version='0.6',
description='continuous integration system',
classifiers=[
'Development Status :: 3 - Alpha',