From be643c54a700bbcfb735855784499a21d26dc012 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 1 Jan 2017 14:09:43 +0200 Subject: Prepare to release version 0.3 --- NEWS | 2 +- debian/changelog | 4 ++-- foo/version.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 49a6181..626c095 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS for code.liw.fi-keyring ======================================================================== -Version 0.2+git, not yet released +Version 0.3, released 2017-01-01 --------------------------------- diff --git a/debian/changelog b/debian/changelog index c9b9dc6..f17a026 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -code.liw.fi-keyring (0.2+git-1) UNRELEASED; urgency=medium +code.liw.fi-keyring (0.3-1) unstable; urgency=medium * New upstream version. - -- Lars Wirzenius Sun, 01 Jan 2017 14:02:54 +0200 + -- Lars Wirzenius Sun, 01 Jan 2017 14:09:43 +0200 code.liw.fi-keyring (0.2-1) unstable; urgency=low diff --git a/foo/version.py b/foo/version.py index 6b53a69..8154561 100644 --- a/foo/version.py +++ b/foo/version.py @@ -1,2 +1,2 @@ -__version__ = "0.2+git" -__version_info__ = (0, 2, '+git') +__version__ = "0.3" +__version_info__ = (0, 3) -- cgit v1.2.1