summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 8223fb6..b98f7a2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
NEWS for Ick
============
+Version 0.2, released 2015-07-14
+--------------------------------
+
+* Allow environment variables to be provided in Ick files.
+* Target requirements updated in the documentation.
+
Version 0.1, released 2015-07-04
--------------------------------
diff --git a/debian/changelog b/debian/changelog
index 8769175..594f999 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ick (0.2-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Tue, 14 Jul 2015 18:55:39 +0300
+
ick (0.1-1) unstable; urgency=medium
* New version.
diff --git a/setup.py b/setup.py
index d635986..d60906b 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ from distutils.core import setup
setup(
name='ick',
- version='0.1',
+ version='0.2',
description='continuous integration system',
classifiers=[
'Development Status :: 3 - Alpha',