From ff5963e3fc17c6e662171fd2ad5f3be1efc05ae6 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 1 Apr 2017 19:49:25 +0300 Subject: Prepare to release version 0.1 --- NEWS | 2 +- debian/changelog | 4 ++-- ick2lib/version.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 761dbb5..74a16e2 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS for ick2, a CI server ============================================================================= -Version 0.0, not yet released +Version 0.1, released 2017-04-01 ----------------------------------------------------------------------------- This is the first version. diff --git a/debian/changelog b/debian/changelog index 9cf7638..71854cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -ick2 (0.0-0) UNRELEASED; urgency=low +ick2 (0.1-1) unstable; urgency=low * Initial packaging. This is not intended to be uploaded to Debian, so no closing of an ITP bug. - -- Lars Wirzenius Sat, 08 May 2010 11:10:24 +1200 + -- Lars Wirzenius Sat, 01 Apr 2017 19:49:25 +0300 diff --git a/ick2lib/version.py b/ick2lib/version.py index 9e74f14..cb8d60a 100644 --- a/ick2lib/version.py +++ b/ick2lib/version.py @@ -1,2 +1,2 @@ -__version__ = '0.0' -__version_info__ = (0, 0) +__version__ = "0.1" +__version_info__ = (0, 1) -- cgit v1.2.1