open 0.7.5

This commit is contained in:
Scott Moser 2013-11-19 16:49:53 -05:00
parent 217df10000
commit 5eb522eee7
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
0.7.5:
- open 0.7.5
0.7.4:
- fix issue mounting 'ephemeral0' if ephemeral0 was an alias for a
partitioned block device with target filesystem on ephemeral0.1.

View File

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