From 44a15aad0f9c9c8fa33f4839d6c1428640b74315 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 16 Mar 2016 10:04:29 +0200 Subject: Prepare to release version 0.3 --- NEWS | 2 +- bumperlib/version.py | 4 ++-- debian/changelog | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 2ea1834..5d77541 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS for bumper =============== -Version 0.2+git, not yet released +Version 0.3, released 2016-03-16 --------------------------------- * Bumper now checks that the new version is newer than the current diff --git a/bumperlib/version.py b/bumperlib/version.py index 6b53a69..8154561 100644 --- a/bumperlib/version.py +++ b/bumperlib/version.py @@ -1,2 +1,2 @@ -__version__ = "0.2+git" -__version_info__ = (0, 2, '+git') +__version__ = "0.3" +__version_info__ = (0, 3) diff --git a/debian/changelog b/debian/changelog index 761ecf8..3e62ace 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -bumper (0.2+git-1) UNRELEASED; urgency=medium +bumper (0.3-1) unstable; urgency=medium * + * New upstream version. - -- Lars Wirzenius Sun, 21 Feb 2016 10:13:19 +0200 + -- Lars Wirzenius Wed, 16 Mar 2016 10:04:29 +0200 bumper (0.2-1) unstable; urgency=medium -- cgit v1.2.1