From 6bea65d1f969584f0a7e8e9046a5c026184ab37c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 13 Oct 2017 19:42:49 +0300 Subject: Prepare to release version 0.7 --- NEWS | 2 +- debian/changelog | 4 ++-- foo/version.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index ccab6c0..5a40c22 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS for code.liw.fi-keyring ======================================================================== -Version 0.6+git, not yet released +Version 0.7, released 2017-10-13 --------------------------------- * No-delta release to trigger build and upload that's missing from the diff --git a/debian/changelog b/debian/changelog index f398795..6ac8562 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -code.liw.fi-keyring (0.6+git-1) UNRELEASED; urgency=medium +code.liw.fi-keyring (0.7-1) unstable; urgency=medium * New upstream version. - -- Lars Wirzenius Sun, 01 Jan 2017 14:15:14 +0200 + -- Lars Wirzenius Fri, 13 Oct 2017 19:42:49 +0300 code.liw.fi-keyring (0.6-1) unstable; urgency=medium diff --git a/foo/version.py b/foo/version.py index ed54455..6a51fc2 100644 --- a/foo/version.py +++ b/foo/version.py @@ -1,2 +1,2 @@ -__version__ = "0.6+git" -__version_info__ = (0, 6, '+git') +__version__ = "0.7" +__version_info__ = (0, 7) -- cgit v1.2.1