summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-01-01 14:15:11 +0200
committerLars Wirzenius <liw@liw.fi>2017-01-01 14:15:11 +0200
commit39a23e378d4ac626970a704d357c445b7158f0fc (patch)
tree66ed3d7c086993d3c1602930253f82b6ab2d22c9
parent283bd1c8ec3e03078334709b25f5ab0b4b9260af (diff)
downloadcode.liw.fi-keyring-39a23e378d4ac626970a704d357c445b7158f0fc.tar.gz
Prepare to release version 0.6code.liw.fi-keyring-0.6
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--foo/version.py4
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 86e1580..2913af3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for code.liw.fi-keyring
========================================================================
-Version 0.5+git, not yet released
+Version 0.6, released 2017-01-01
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index 39d2676..ed470f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-code.liw.fi-keyring (0.5+git-1) UNRELEASED; urgency=medium
+code.liw.fi-keyring (0.6-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Sun, 01 Jan 2017 14:13:21 +0200
+ -- Lars Wirzenius <liw@liw.fi> Sun, 01 Jan 2017 14:15:11 +0200
code.liw.fi-keyring (0.5-1) unstable; urgency=medium
diff --git a/foo/version.py b/foo/version.py
index 2462e48..8552176 100644
--- a/foo/version.py
+++ b/foo/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.5+git"
-__version_info__ = (0, 5, '+git')
+__version__ = "0.6"
+__version_info__ = (0, 6)