summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-09-11 18:07:37 +0300
committerLars Wirzenius <liw@liw.fi>2016-09-11 18:07:37 +0300
commit2cf3f3b975e12334caf571dd1ac8906351a45428 (patch)
treea0b309cd82e2f1fb33e55429ba6efd57fe4c396e
parent4d84cf53c4f462f1304566c4f758879560b57351 (diff)
downloadvmdebootstrap-1.7.tar.gz
Prepare to release version 1.7vmdebootstrap-1.7
-rw-r--r--NEWS2
-rw-r--r--debian/changelog4
-rw-r--r--vmdebootstrap/version.py5
3 files changed, 5 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 5fef8d7..068212b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
NEWS for vmdebootstrap
======================
-Version 1.6+git, not yet released
+Version 1.7, released 2016-09-11
---------------------------------
* New maintainer: Lars Wirzenius replaces Neil Williams.
diff --git a/debian/changelog b/debian/changelog
index b904427..c8cd370 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-vmdebootstrap (1.6+git-1) UNRELEASED; urgency=medium
+vmdebootstrap (1.7-1) unstable; urgency=medium
* New maintainer: Lars Wirzenius replaces Neil Williams.
- -- Lars Wirzenius <liw@liw.fi> Sat, 10 Sep 2016 20:48:58 +0300
+ -- Lars Wirzenius <liw@liw.fi> Sun, 11 Sep 2016 18:07:37 +0300
vmdebootstrap (1.6-1) unstable; urgency=medium
diff --git a/vmdebootstrap/version.py b/vmdebootstrap/version.py
index 86deea3..2964e61 100644
--- a/vmdebootstrap/version.py
+++ b/vmdebootstrap/version.py
@@ -1,3 +1,2 @@
-__version__ = "1.6+git"
-__version_info__ = (1, 6, '+git')
-
+__version__ = "1.7"
+__version_info__ = (1, 7)