open 0.7.4

This commit is contained in:
Scott Moser 2013-10-07 20:05:21 -04:00
parent 851d9a6901
commit 1631fe66f8
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
0.7.4:
-
0.7.3:
- fix omnibus chef installer (LP: #1182265) [Chris Wing]
- small fix for OVF datasource for iso transport on non-iso9660 filesystem

View File

@ -20,7 +20,7 @@ from distutils import version as vr
def version():
return vr.StrictVersion("0.7.3")
return vr.StrictVersion("0.7.4")
def version_string():