summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-01-01 14:02:51 +0200
committerLars Wirzenius <liw@liw.fi>2017-01-01 14:02:51 +0200
commitcf6f733f8c418b9dd43a07f55e91879f9716e373 (patch)
tree36f5d9974030d155fced1e0c9316cb7fa741295e
parente84b42daad1771a9a405b8d19c3cd6ac88a78062 (diff)
downloadcode.liw.fi-keyring-cf6f733f8c418b9dd43a07f55e91879f9716e373.tar.gz
Prepare to release version 0.20.2-1-0.2
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--foo/version.py2
3 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 5453d44..f086f2b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for code.liw.fi-keyring
========================================================================
-Version 0.1, not yet released
+Version 0.2, released 2017-01-01
------------------------------------------------------------------------
First version.
diff --git a/debian/changelog b/debian/changelog
index e61ec32..e7f3679 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
-code.liw.fi-keyring (0.1-1) UNRELEASED; urgency=low
+code.liw.fi-keyring (0.2-1) unstable; urgency=low
* Initial packaging. This is not intended to be uploaded to Debian, so
no closing of an ITP bug.
- -- Lars Wirzenius <liw@liw.fi> Sat, 08 May 2010 11:10:24 +1200
+ -- Lars Wirzenius <liw@liw.fi> Sun, 01 Jan 2017 14:02:51 +0200
diff --git a/foo/version.py b/foo/version.py
index e69de29..4f4e767 100644
--- a/foo/version.py
+++ b/foo/version.py
@@ -0,0 +1,2 @@
+__version__ = "0.2"
+__version_info__ = (0, 2)