From faf2b3c2140077a4ad3c8fc0adf5e0af3592216c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 1 Jan 2017 00:33:31 +0200 Subject: Bump version number post-release to 0.2+git --- NEWS | 4 ++++ debian/changelog | 6 ++++++ pgpwordlist/version.py | 4 ++-- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 02576b3..62b8d87 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,10 @@ 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.2+git, not yet released +--------------------------------- + + Version 0.2, released 2017-01-01 --------------------------------- diff --git a/debian/changelog b/debian/changelog index 18f015a..d35f908 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-pgpwordlist (0.2+git-1) UNRELEASED; urgency=medium + + * New upstream version. + + -- Lars Wirzenius Sun, 01 Jan 2017 00:33:31 +0200 + python-pgpwordlist (0.2-1) unstable; urgency=medium * New upstream version. diff --git a/pgpwordlist/version.py b/pgpwordlist/version.py index 4f4e767..6b53a69 100644 --- a/pgpwordlist/version.py +++ b/pgpwordlist/version.py @@ -1,2 +1,2 @@ -__version__ = "0.2" -__version_info__ = (0, 2) +__version__ = "0.2+git" +__version_info__ = (0, 2, '+git') -- cgit v1.2.1