From af0a730e6041e6cbe46096642450a4790d6d2cb6 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 31 Dec 2016 22:45:15 +0200 Subject: Prepare to release version 0.1 --- NEWS | 2 +- debian/changelog | 4 ++-- pgpwordlist/version.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index b7bb135..d3f9813 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.0, not yet released +Version 0.1, released 2016-12-31 ------------------------------------------------------------------------ First release. diff --git a/debian/changelog b/debian/changelog index 81bda04..da70d6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -python-pgpwordlist (0.0-1) UNRELEASED; urgency=medium +python-pgpwordlist (0.1-1) unstable; urgency=medium * New upstream version. - -- Lars Wirzenius Thu, 29 Dec 2016 17:11:56 +0200 + -- Lars Wirzenius Sat, 31 Dec 2016 22:45:15 +0200 diff --git a/pgpwordlist/version.py b/pgpwordlist/version.py index 9e74f14..cb8d60a 100644 --- a/pgpwordlist/version.py +++ b/pgpwordlist/version.py @@ -1,2 +1,2 @@ -__version__ = '0.0' -__version_info__ = (0, 0) +__version__ = "0.1" +__version_info__ = (0, 1) -- cgit v1.2.1