From 09ac61f59fd8a17d66eef27f0b63b501b0c3cce2 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 1 Jan 2017 14:13:18 +0200 Subject: Prepare to release version 0.5 --- NEWS | 2 +- debian/changelog | 4 ++-- foo/version.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 7571374..3b6951f 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS for code.liw.fi-keyring ======================================================================== -Version 0.4+git, not yet released +Version 0.5, released 2017-01-01 --------------------------------- diff --git a/debian/changelog b/debian/changelog index 6caf2d8..f6b7215 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -code.liw.fi-keyring (0.4+git-1) UNRELEASED; urgency=medium +code.liw.fi-keyring (0.5-1) unstable; urgency=medium * New upstream version. - -- Lars Wirzenius Sun, 01 Jan 2017 14:11:10 +0200 + -- Lars Wirzenius Sun, 01 Jan 2017 14:13:18 +0200 code.liw.fi-keyring (0.4-1) unstable; urgency=medium diff --git a/foo/version.py b/foo/version.py index 43a4b73..ce32cb0 100644 --- a/foo/version.py +++ b/foo/version.py @@ -1,2 +1,2 @@ -__version__ = "0.4+git" -__version_info__ = (0, 4, '+git') +__version__ = "0.5" +__version_info__ = (0, 5) -- cgit v1.2.1