From 556a8f0a142aff4891c34c534dc3366f5abe7886 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 19 Feb 2016 18:33:45 +0200 Subject: Prepare to release version 0.1 --- NEWS | 2 +- bumperlib/version.py | 4 ++-- debian/changelog | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 104aa4e..4ec67c7 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS for bumper =============== -Version 0.0, not yet released +Version 0.1, released 2016-02-19 ----------------------------- This is the initial version. No news. diff --git a/bumperlib/version.py b/bumperlib/version.py index d72e9ff..cb8d60a 100644 --- a/bumperlib/version.py +++ b/bumperlib/version.py @@ -1,2 +1,2 @@ -__version__ = "0.0" -__version_info__ = (0, 0) +__version__ = "0.1" +__version_info__ = (0, 1) diff --git a/debian/changelog b/debian/changelog index 14fecdb..44155da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ -bumper (0.0-0) UNRELEASED; urgency=low +bumper (0.1-1) unstable; urgency=low * Initial packaging. This is not intended to be uploaded to Debian, so no closing of an ITP bug. + * New upstream version. - -- Lars Wirzenius Sat, 08 May 2010 11:10:24 +1200 + -- Lars Wirzenius Fri, 19 Feb 2016 18:33:45 +0200 -- cgit v1.2.1