summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-01-08 22:21:05 +0200
committerLars Wirzenius <liw@liw.fi>2016-01-08 22:21:05 +0200
commit56993a04d78fc3b875e6321d2acfab94532328e4 (patch)
tree0b2e0483329118df0593d357545c8ddafa540c14
parent2a992b078f52ea65dd38e6e909aa8fc8315d316e (diff)
downloadick-0.10.tar.gz
Prepare 0.10ick-0.10
-rw-r--r--NEWS2
-rw-r--r--debian/changelog6
-rw-r--r--icklib/__init__.py2
-rw-r--r--setup.py2
4 files changed, 9 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 7faa417..f92bd7b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for Ick
============
-Version 0.10, released UNRELEASED
+Version 0.10, released 2016-01-08
---------------------------------
* An ick file can now contain the key `repo-signing-key` to specify a
diff --git a/debian/changelog b/debian/changelog
index a0f6575..f90560c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ick (0.10-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Lars Wirzenius <liw@liw.fi> Fri, 08 Jan 2016 22:20:54 +0200
+
ick (0.9-1) unstable; urgency=medium
* New release.
diff --git a/icklib/__init__.py b/icklib/__init__.py
index e88d38a..d82fa71 100644
--- a/icklib/__init__.py
+++ b/icklib/__init__.py
@@ -29,4 +29,4 @@ from .projectinfo import ProjectInformation
from .statedir import StateDirectory, create_statedir_from_ick
-__version__ = '0.9'
+__version__ = '0.10'
diff --git a/setup.py b/setup.py
index d0c4c95..cbf8bf6 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ from distutils.core import setup
setup(
name='ick',
- version='0.9',
+ version='0.10',
description='continuous integration system',
classifiers=[
'Development Status :: 3 - Alpha',