~smoser/cloud-init/systemd-enable

« back to all changes in this revision

Viewing changes to cloudinit/version.py

  • Committer: Scott Moser
  • Date: 2014-05-30 14:26:39 UTC
  • Revision ID: smoser@ubuntu.com-20140530142639-2s1r4rzwztw3kvth
openĀ 0.7.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
 
22
22
def version():
23
 
    return vr.StrictVersion("0.7.5")
 
23
    return vr.StrictVersion("0.7.6")
24
24
 
25
25
 
26
26
def version_string():