summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-01-01 14:13:18 +0200
committerLars Wirzenius <liw@liw.fi>2017-01-01 14:13:18 +0200
commit09ac61f59fd8a17d66eef27f0b63b501b0c3cce2 (patch)
treee31cf56ca10817e1906f03dedde1812b2bba4f88
parent28c5f998ee325c2ac3f02724f24728da35401e10 (diff)
downloadcode.liw.fi-keyring-09ac61f59fd8a17d66eef27f0b63b501b0c3cce2.tar.gz
Prepare to release version 0.50.5-0.5
-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 7571374..3b6951f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for code.liw.fi-keyring
========================================================================
-Version 0.4+git, not yet released
+Version 0.5, released 2017-01-01
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index 6caf2d8..f6b7215 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-code.liw.fi-keyring (0.4+git-1) UNRELEASED; urgency=medium
+code.liw.fi-keyring (0.5-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Sun, 01 Jan 2017 14:11:10 +0200
+ -- Lars Wirzenius <liw@liw.fi> Sun, 01 Jan 2017 14:13:18 +0200
code.liw.fi-keyring (0.4-1) unstable; urgency=medium
diff --git a/foo/version.py b/foo/version.py
index 43a4b73..ce32cb0 100644
--- a/foo/version.py
+++ b/foo/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.4+git"
-__version_info__ = (0, 4, '+git')
+__version__ = "0.5"
+__version_info__ = (0, 5)