summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-07-04 20:11:09 +0300
committerLars Wirzenius <liw@liw.fi>2015-07-04 20:11:09 +0300
commit0a6a6219f6234f4a4335d849a037fbc01a7f809e (patch)
treeab5ddeb096dc0085d606c5cb1a1ea94b1be9e1e4
parenta029d42eac8d073f9375b32aac42e657bdd09189 (diff)
downloadick-0a6a6219f6234f4a4335d849a037fbc01a7f809e.tar.gz
Prepare version 0.1ick-0.1
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--setup.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 39573c5..8223fb6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for Ick
============
-Version 0.1, released UNRELEASED
+Version 0.1, released 2015-07-04
--------------------------------
* Install `cleanly` with the `icklib` package.
diff --git a/debian/changelog b/debian/changelog
index 73969c2..8769175 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-ick (0.1-1) UNRELEASED; urgency=medium
+ick (0.1-1) unstable; urgency=medium
* New version.
- -- Lars Wirzenius <liw@liw.fi> Fri, 03 Jul 2015 21:27:17 +0300
+ -- Lars Wirzenius <liw@liw.fi> Sat, 04 Jul 2015 20:10:58 +0300
ick (0.0-1) unstable; urgency=low
diff --git a/setup.py b/setup.py
index 29dda3f..d635986 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ from distutils.core import setup
setup(
name='ick',
- version='0.0',
+ version='0.1',
description='continuous integration system',
classifiers=[
'Development Status :: 3 - Alpha',