summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--setup.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b98f7a2..8b4fd76 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
NEWS for Ick
============
+Version 0.3, released 2015-07-24
+--------------------------------
+
+* Collect build log into state dir.
+
Version 0.2, released 2015-07-14
--------------------------------
diff --git a/setup.py b/setup.py
index d60906b..4257941 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ from distutils.core import setup
setup(
name='ick',
- version='0.2',
+ version='0.3',
description='continuous integration system',
classifiers=[
'Development Status :: 3 - Alpha',