Skip to content

Commit

Permalink
bump to v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rfk committed Jun 1, 2010
1 parent b1f7c7c commit c8518ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ v0.7.2:
* added methods Esky.needs_cleanup() and VersionFinder.needs_cleanup();
these can be used to test whether a call to cleanup() is necessary and,
if not, to avoid locking the appdir or escalating to root.
* fixed compatability with Python 2.5 (via __future__ imports)
* added native sudo implementation for OSX.
* support for Python 3 on win32 (cx-freeze only).
* fixed compatability with Python 2.5 (via __future__ imports).

v0.7.1:

Expand Down
2 changes: 1 addition & 1 deletion esky/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@

__ver_major__ = 0
__ver_minor__ = 7
__ver_patch__ = 1
__ver_patch__ = 2
__ver_sub__ = ""
__version__ = "%d.%d.%d%s" % (__ver_major__,__ver_minor__,__ver_patch__,__ver_sub__)

Expand Down

0 comments on commit c8518ed

Please sign in to comment.