summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-02-07 19:34:48 +0200
committerLars Wirzenius <liw@liw.fi>2016-02-07 19:34:48 +0200
commitb2b32b4fee0a276cad18be54436c2ff07274f2c3 (patch)
tree18441ea3f5f5b661d175bfbc061176573f0f541b
parent6ed0857719d564e9789fc25af395c59ac22955af (diff)
downloadick-b2b32b4fee0a276cad18be54436c2ff07274f2c3.tar.gz
Prepare for 0.11ick-0.11
-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 c86679f..73e0666 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for Ick
============
-Version 0.11, released UNRELEASED
+Version 0.11, released 2016-02-07
---------------------------------
* Get a target's Debian code name and release version from the
diff --git a/debian/changelog b/debian/changelog
index f90560c..a322894 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ick (0.11-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 07 Feb 2016 19:34:15 +0200
+
ick (0.10-1) unstable; urgency=medium
* New upstream release.
diff --git a/icklib/__init__.py b/icklib/__init__.py
index e2c401c..3f1e6e6 100644
--- a/icklib/__init__.py
+++ b/icklib/__init__.py
@@ -30,4 +30,4 @@ from .projectinfo import ProjectInformation
from .statedir import StateDirectory, create_statedir_from_ick
-__version__ = '0.10'
+__version__ = '0.11'
diff --git a/setup.py b/setup.py
index cbf8bf6..09bac0b 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ from distutils.core import setup
setup(
name='ick',
- version='0.10',
+ version='0.11',
description='continuous integration system',
classifiers=[
'Development Status :: 3 - Alpha',