summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-01-01 14:11:08 +0200
committerLars Wirzenius <liw@liw.fi>2017-01-01 14:11:08 +0200
commitf8035d9b0d493e9e4d45d174770ae67635103d53 (patch)
tree6d5855b9fd0c528d8b0816af365846f9a40d9a8d
parentc347f8464ba47acd23f3b6ae33c3979d1bd1f170 (diff)
downloadcode.liw.fi-keyring-f8035d9b0d493e9e4d45d174770ae67635103d53.tar.gz
Prepare to release version 0.40.4-0.4
-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 52594e9..960232b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for code.liw.fi-keyring
========================================================================
-Version 0.3+git, not yet released
+Version 0.4, released 2017-01-01
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index 4701be3..262b14b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-code.liw.fi-keyring (0.3+git-1) UNRELEASED; urgency=medium
+code.liw.fi-keyring (0.4-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Sun, 01 Jan 2017 14:09:45 +0200
+ -- Lars Wirzenius <liw@liw.fi> Sun, 01 Jan 2017 14:11:08 +0200
code.liw.fi-keyring (0.3-1) unstable; urgency=medium
diff --git a/foo/version.py b/foo/version.py
index 5235e90..127f940 100644
--- a/foo/version.py
+++ b/foo/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.3+git"
-__version_info__ = (0, 3, '+git')
+__version__ = "0.4"
+__version_info__ = (0, 4)