summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-11-01 21:15:19 +0200
committerLars Wirzenius <liw@liw.fi>2015-11-01 21:15:19 +0200
commit7b85e1743a9c2808f3dd46cbfae46f3be41afec7 (patch)
tree0a8e400917593ddfe58c08ee99a69d497bf73e1e
parentaf612579719b8dcadf212224c33b7498c270e11a (diff)
downloadick-7b85e1743a9c2808f3dd46cbfae46f3be41afec7.tar.gz
Prepare to release 0.1ick-0.8
-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 51b9580..4f5514d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for Ick
============
-Version 0.8, released UNRELEASED
+Version 0.8, released 2015-11-01
--------------------------------
* Stop creating a build directory for no-op builds.
diff --git a/debian/changelog b/debian/changelog
index 1e3a971..b50d61e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ick (0.8-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 01 Nov 2015 21:14:56 +0200
+
ick (0.7-1) unstable; urgency=medium
* New upstream release.
diff --git a/icklib/__init__.py b/icklib/__init__.py
index e994a47..c0f5984 100644
--- a/icklib/__init__.py
+++ b/icklib/__init__.py
@@ -28,4 +28,4 @@ from .projectinfo import ProjectInformation
from .statedir import StateDirectory, create_statedir_from_ick
-__version__ = '0.7'
+__version__ = '0.8'
diff --git a/setup.py b/setup.py
index 4251f3d..7fe81ec 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ from distutils.core import setup
setup(
name='ick',
- version='0.7',
+ version='0.8',
description='continuous integration system',
classifiers=[
'Development Status :: 3 - Alpha',