diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-01-29 15:01:36 +0100 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-01-29 15:01:36 +0100 |
commit | d136f8cc3a8eeca5aa5a7f3ea642447ebbb5fa75 (patch) | |
tree | e9eab8bcb5af23eba1f5c4b891b77c9ef937daf0 /kcc.py | |
parent | Formatting (diff) | |
download | kcc-d136f8cc3a8eeca5aa5a7f3ea642447ebbb5fa75.tar.gz kcc-d136f8cc3a8eeca5aa5a7f3ea642447ebbb5fa75.tar.bz2 kcc-d136f8cc3a8eeca5aa5a7f3ea642447ebbb5fa75.zip |
Use temporary directory as workdir (fixes converting from external volumes and zipfiles renaming)
Fixed "add folders" from GUI.
Diffstat (limited to 'kcc.py')
-rw-r--r-- | kcc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcc.py b/kcc.py index 9986586..af0955e 100644 --- a/kcc.py +++ b/kcc.py @@ -16,7 +16,7 @@ # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. # -__version__ = '2.3' +__version__ = '2.4' __license__ = 'ISC' __copyright__ = '2012-2013, Ciro Mattia Gonano <ciromattia@gmail.com>' __docformat__ = 'restructuredtext en' |