about summary refs log tree commit diff
path: root/kcc.py
diff options
context:
space:
mode:
authorCiro Mattia Gonano <ciromattia@gmail.com>2013-01-29 15:01:36 +0100
committerCiro Mattia Gonano <ciromattia@gmail.com>2013-01-29 15:01:36 +0100
commitd136f8cc3a8eeca5aa5a7f3ea642447ebbb5fa75 (patch)
treee9eab8bcb5af23eba1f5c4b891b77c9ef937daf0 /kcc.py
parentFormatting (diff)
downloadkcc-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.py2
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'