diff options
author | Kali Kaneko <kali@leap.se> | 2016-05-04 11:25:13 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2016-05-04 11:25:13 -0400 |
commit | f953c27a34ef3101052cb928d78ae9923f49ddd9 (patch) | |
tree | 2e206f22f9c2e23298bac070e683083f5fe8ddf0 | |
parent | 8cab9065141a98adeda43d398cd738d0521dd8e2 (diff) |
[deb] bump version to 0.8.0 final
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | src/leap/mx/_version.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 2fa27b6..f864f58 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -leap-mx (0.8.0~alpha+3) UNRELEASED; urgency=medium +leap-mx (0.8.0) unstable; urgency=medium - * Update to pre-0.8.0 version + * Update to 0.8.0 version -- Ben Carrillo <ben@futeisha.org> Thu, 10 Dec 2015 11:50:51 -0400 diff --git a/src/leap/mx/_version.py b/src/leap/mx/_version.py index cb6b599..4c32ff5 100644 --- a/src/leap/mx/_version.py +++ b/src/leap/mx/_version.py @@ -4,7 +4,7 @@ # unpacked source archive. Distribution tarballs contain a pre-generated copy # of this file. -version_version = '0.8.0.alpha3' +version_version = '0.8.0' full_revisionid = '1338cf1757ac1f3a4f44d8eb0bd7e3a57f92d5c8' |