From cf6f733f8c418b9dd43a07f55e91879f9716e373 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 1 Jan 2017 14:02:51 +0200 Subject: Prepare to release version 0.2 --- NEWS | 2 +- debian/changelog | 4 ++-- foo/version.py | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 5453d44..f086f2b 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ NEWS for code.liw.fi-keyring ======================================================================== -Version 0.1, not yet released +Version 0.2, released 2017-01-01 ------------------------------------------------------------------------ First version. diff --git a/debian/changelog b/debian/changelog index e61ec32..e7f3679 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -code.liw.fi-keyring (0.1-1) UNRELEASED; urgency=low +code.liw.fi-keyring (0.2-1) unstable; urgency=low * Initial packaging. This is not intended to be uploaded to Debian, so no closing of an ITP bug. - -- Lars Wirzenius Sat, 08 May 2010 11:10:24 +1200 + -- Lars Wirzenius Sun, 01 Jan 2017 14:02:51 +0200 diff --git a/foo/version.py b/foo/version.py index e69de29..4f4e767 100644 --- a/foo/version.py +++ b/foo/version.py @@ -0,0 +1,2 @@ +__version__ = "0.2" +__version_info__ = (0, 2) -- cgit v1.2.1