summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--debian/changelog6
-rw-r--r--pgpwordlist/version.py4
3 files changed, 12 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d3f9813..2a70004 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.1+git, not yet released
+---------------------------------
+
+
Version 0.1, released 2016-12-31
------------------------------------------------------------------------
diff --git a/debian/changelog b/debian/changelog
index da70d6f..1a18c3d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-pgpwordlist (0.1+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 31 Dec 2016 22:45:18 +0200
+
python-pgpwordlist (0.1-1) unstable; urgency=medium
* New upstream version.
diff --git a/pgpwordlist/version.py b/pgpwordlist/version.py
index cb8d60a..3361381 100644
--- a/pgpwordlist/version.py
+++ b/pgpwordlist/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.1"
-__version_info__ = (0, 1)
+__version__ = "0.1+git"
+__version_info__ = (0, 1, '+git')