summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-01-01 14:09:43 +0200
committerLars Wirzenius <liw@liw.fi>2017-01-01 14:09:43 +0200
commitbe643c54a700bbcfb735855784499a21d26dc012 (patch)
treeaf8726aca68d625b60e79c80eddf539d29519aa0
parent9fc40c2d3f956701a5e5cbc3a4f30ac984f1248c (diff)
downloadcode.liw.fi-keyring-be643c54a700bbcfb735855784499a21d26dc012.tar.gz
Prepare to release version 0.30.3-1-0.3
-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 49a6181..626c095 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for code.liw.fi-keyring
========================================================================
-Version 0.2+git, not yet released
+Version 0.3, released 2017-01-01
---------------------------------
diff --git a/debian/changelog b/debian/changelog
index c9b9dc6..f17a026 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-code.liw.fi-keyring (0.2+git-1) UNRELEASED; urgency=medium
+code.liw.fi-keyring (0.3-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Sun, 01 Jan 2017 14:02:54 +0200
+ -- Lars Wirzenius <liw@liw.fi> Sun, 01 Jan 2017 14:09:43 +0200
code.liw.fi-keyring (0.2-1) unstable; urgency=low
diff --git a/foo/version.py b/foo/version.py
index 6b53a69..8154561 100644
--- a/foo/version.py
+++ b/foo/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.2+git"
-__version_info__ = (0, 2, '+git')
+__version__ = "0.3"
+__version_info__ = (0, 3)