diff options
author | Scott Moser <smoser@ubuntu.com> | 2016-08-09 23:05:38 -0600 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2016-08-09 23:05:38 -0600 |
commit | 3aa094b6917240e6654993b34a48403cb7e14b02 (patch) | |
tree | e6a6adde60b5ae9ff64abaaf2b23994a29ac2764 /cloudinit | |
parent | 3973223593ab7bded806f02473164ac105f2896e (diff) | |
download | vyos-cloud-init-3aa094b6917240e6654993b34a48403cb7e14b02.tar.gz vyos-cloud-init-3aa094b6917240e6654993b34a48403cb7e14b02.zip |
release 0.7.7
Bump the version in cloudinit/version.py to be 0.7.7.
Diffstat (limited to 'cloudinit')
-rw-r--r-- | cloudinit/version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/version.py b/cloudinit/version.py index aa8ccd7e..6acada84 100644 --- a/cloudinit/version.py +++ b/cloudinit/version.py @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -__VERSION__ = "0.7.6" +__VERSION__ = "0.7.7" def version_string(): |