summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-09-12 11:24:39 +0300
committerLars Wirzenius <liw@liw.fi>2015-09-12 11:24:39 +0300
commitc0529ef7fa4922fbbce18759cc2d3b786a8d7fa6 (patch)
tree0cad86e12cbbfd2909b0f82594b6104cfed59230
parent0ebff8a0f4858e9115222384e9b20c1b86b31afd (diff)
downloadick-c0529ef7fa4922fbbce18759cc2d3b786a8d7fa6.tar.gz
Prepare for release version 0.4ick-0.4
-rw-r--r--NEWS10
-rw-r--r--debian/changelog6
-rw-r--r--setup.py2
3 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8b4fd76..e64c1c5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,16 @@
NEWS for Ick
============
+Version 0.4, released 2015-09-12
+--------------------------------
+
+* Per-build `build.yaml` files partly replaced by per-project
+ `project.yaml` files in the state directory. This is an INCOMPATIBLE
+ change, and you MUST remove and re-create your state directory.
+ Sorry, Ick is still a personal tool in early development, these
+ things happen.
+* Various bug fixes and code cleanups.
+
Version 0.3, released 2015-07-24
--------------------------------
diff --git a/debian/changelog b/debian/changelog
index 4a299ae..2b88ac2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ick (0.4-1) unstable; urgency=medium
+
+ * New version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 12 Sep 2015 11:22:03 +0300
+
ick (0.3-1) unstable; urgency=medium
* New version.
diff --git a/setup.py b/setup.py
index 4257941..3b3b3fb 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ from distutils.core import setup
setup(
name='ick',
- version='0.3',
+ version='0.4',
description='continuous integration system',
classifiers=[
'Development Status :: 3 - Alpha',