summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-10-13 19:42:49 +0300
committerLars Wirzenius <liw@liw.fi>2017-10-13 19:42:49 +0300
commit6bea65d1f969584f0a7e8e9046a5c026184ab37c (patch)
tree26f70e25ea875a369430b6785a4b6465548cc1e6
parent0a6f4509aa004343011163a7a8ffb2c632b98f97 (diff)
downloadcode.liw.fi-keyring-6bea65d1f969584f0a7e8e9046a5c026184ab37c.tar.gz
Prepare to release version 0.7code.liw.fi-keyring-0.7
-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 ccab6c0..5a40c22 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for code.liw.fi-keyring
========================================================================
-Version 0.6+git, not yet released
+Version 0.7, released 2017-10-13
---------------------------------
* No-delta release to trigger build and upload that's missing from the
diff --git a/debian/changelog b/debian/changelog
index f398795..6ac8562 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-code.liw.fi-keyring (0.6+git-1) UNRELEASED; urgency=medium
+code.liw.fi-keyring (0.7-1) unstable; urgency=medium
* New upstream version.
- -- Lars Wirzenius <liw@liw.fi> Sun, 01 Jan 2017 14:15:14 +0200
+ -- Lars Wirzenius <liw@liw.fi> Fri, 13 Oct 2017 19:42:49 +0300
code.liw.fi-keyring (0.6-1) unstable; urgency=medium
diff --git a/foo/version.py b/foo/version.py
index ed54455..6a51fc2 100644
--- a/foo/version.py
+++ b/foo/version.py
@@ -1,2 +1,2 @@
-__version__ = "0.6+git"
-__version_info__ = (0, 6, '+git')
+__version__ = "0.7"
+__version_info__ = (0, 7)