summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-12-31 22:45:15 +0200
committerLars Wirzenius <liw@liw.fi>2016-12-31 22:45:15 +0200
commitaf0a730e6041e6cbe46096642450a4790d6d2cb6 (patch)
treefdcc69c84c1c9ab009a02b55c541a97f0b841435
parent1350ad1bf3c26fd19d91ed1ba35111d943e3bfc5 (diff)
downloadpy_pgpwordlist-0.1.tar.gz
Prepare to release version 0.1py_pgpwordlist-0.1
-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 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 <liw@liw.fi> Thu, 29 Dec 2016 17:11:56 +0200
+ -- Lars Wirzenius <liw@liw.fi> 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)