summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-07-24 22:12:10 +0300
committerLars Wirzenius <liw@liw.fi>2015-07-24 22:12:10 +0300
commit9f8e1177cbb7850353be619dcc5b099a44a7e47b (patch)
tree6bdc0a01f6c1082bdd42d95fb00987a03c07a646
parent465635fceb3c9280b0f3bd7cfa4905877e21f35a (diff)
downloadick-9f8e1177cbb7850353be619dcc5b099a44a7e47b.tar.gz
Prepare release version 0.3
-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',