From 2b62f997df2d417d2e344d039d443a5b1b8e5f22 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 1 Jan 2017 00:33:29 +0200 Subject: Prepare to release version 0.2 --- NEWS | 2 +- debian/changelog | 4 ++-- pgpwordlist/version.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index b946dbb..02576b3 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,7 @@ NEWS for py_pgpwordlist Release notes for `py_pgpwordlist`, a Python library for converting hex strings to words from the PGP word list. -Version 0.1+git, not yet released +Version 0.2, released 2017-01-01 --------------------------------- * Various fixes to code and Debian packaging. diff --git a/debian/changelog b/debian/changelog index 1a18c3d..18f015a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -python-pgpwordlist (0.1+git-1) UNRELEASED; urgency=medium +python-pgpwordlist (0.2-1) unstable; urgency=medium * New upstream version. - -- Lars Wirzenius Sat, 31 Dec 2016 22:45:18 +0200 + -- Lars Wirzenius Sun, 01 Jan 2017 00:33:29 +0200 python-pgpwordlist (0.1-1) unstable; urgency=medium diff --git a/pgpwordlist/version.py b/pgpwordlist/version.py index 3361381..4f4e767 100644 --- a/pgpwordlist/version.py +++ b/pgpwordlist/version.py @@ -1,2 +1,2 @@ -__version__ = "0.1+git" -__version_info__ = (0, 1, '+git') +__version__ = "0.2" +__version_info__ = (0, 2) -- cgit v1.2.1