summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-09-26 16:44:01 +0300
committerLars Wirzenius <liw@liw.fi>2015-09-26 16:44:01 +0300
commit0898a9069caa03fc9265e8b7425f8889040ec752 (patch)
treefd021f00c040f3411e3a5112b52af0186b848651
parent2d45095fdb669a8d2c7d378f561b7a7ca6645d7b (diff)
downloadick-0898a9069caa03fc9265e8b7425f8889040ec752.tar.gz
Prepare for release version 0.5ick-0.5
-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 8f9c4e9..80739a3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for Ick
============
-Version 0.5, released UNRELEASED
+Version 0.5, released 2015-09-26
--------------------------------
* Add support for constructing a source tree from multiple git
diff --git a/debian/changelog b/debian/changelog
index 2b88ac2..79013d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ick (0.5-1) unstable; urgency=medium
+
+ * New upstream version
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 26 Sep 2015 16:43:29 +0300
+
ick (0.4-1) unstable; urgency=medium
* New version.
diff --git a/setup.py b/setup.py
index 3b3b3fb..6e3832b 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ from distutils.core import setup
setup(
name='ick',
- version='0.4',
+ version='0.5',
description='continuous integration system',
classifiers=[
'Development Status :: 3 - Alpha',