summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--pgpwordlist/version.py4
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 05da986..c187609 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.2+git, not yet released
+Version 0.3, released 2017-10-27
---------------------------------
* Force rebuild to get stretch build for code.liw.fi.
diff --git a/debian/changelog b/debian/changelog
index d35f908..18d562c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-python-pgpwordlist (0.2+git-1) UNRELEASED; urgency=medium
+python-pgpwordlist (0.3-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Sun, 01 Jan 2017 00:33:31 +0200
+ -- Lars Wirzenius <liw@liw.fi> Fri, 27 Oct 2017 15:41:02 +0300
python-pgpwordlist (0.2-1) unstable; urgency=medium
diff --git a/pgpwordlist/version.py b/pgpwordlist/version.py
index 6b53a69..8154561 100644
--- a/pgpwordlist/version.py
+++ b/pgpwordlist/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.2+git"
-__version_info__ = (0, 2, '+git')
+__version__ = "0.3"
+__version_info__ = (0, 3)