diff options
author | Kali Kaneko <kali@leap.se> | 2013-12-23 11:32:33 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-12-23 11:32:33 -0400 |
commit | f15cf332f1fa78f467253666485a0953590289a7 (patch) | |
tree | 680242630750de5b1ba0a287e77493f73b700138 | |
parent | bfdad9b9888f62a5849cab3830ebfc040228d270 (diff) |
Fix the reported string under _version (0.3.7-rc)
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | src/leap/common/_version.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 5d96510..99d8a17 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ leap-common (0.3.7~rc) unstable; urgency=low - * Update to 0.3.7 release + * Update to 0.3.7 release candidate -- Ben Carrillo <ben@futeisha.org> Mon, 23 Dec 2013 02:31:53 -0400 diff --git a/src/leap/common/_version.py b/src/leap/common/_version.py index a68d311..6511e15 100644 --- a/src/leap/common/_version.py +++ b/src/leap/common/_version.py @@ -5,7 +5,7 @@ # unpacked source archive. Distribution tarballs contain a pre-generated copy # of this file. -version_version = '0.3.6-rc1' +version_version = '0.3.7-rc1' version_full = '7afebec82d45765dde145e0e96dc50b4a34c78ec' |