about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--kcc.iss2
-rw-r--r--kcc.py2
-rw-r--r--kcc/KCC_gui.py2
-rw-r--r--kcc/__init__.py2
-rwxr-xr-xkcc/comic2ebook.py2
-rw-r--r--kcc/comic2panel.py2
-rw-r--r--setup.py2
-rw-r--r--setup.sh2
9 files changed, 12 insertions, 8 deletions
diff --git a/README.md b/README.md
index e56bfe8..fcf64e5 100644
--- a/README.md
+++ b/README.md
@@ -307,6 +307,10 @@ The app relies and includes the following scripts/binaries:
 ####3.6.1:
 * Fixed PNG output
 
+####3.6.2:
+* Fixed previous PNG output fix
+* Fixed Panel View anomalies
+
 ## COPYRIGHT
 
 Copyright (c) 2012-2013 Ciro Mattia Gonano and Paweł Jastrzębski.  
diff --git a/kcc.iss b/kcc.iss
index 4f77a62..6b3eeea 100644
--- a/kcc.iss
+++ b/kcc.iss
@@ -1,5 +1,5 @@
 #define MyAppName "Kindle Comic Converter"
-#define MyAppVersion "3.6.1"
+#define MyAppVersion "3.6.2"
 #define MyAppPublisher "Ciro Mattia Gonano, Paweł Jastrzębski"
 #define MyAppURL "http://kcc.vulturis.eu/"
 #define MyAppExeName "KCC.exe"
diff --git a/kcc.py b/kcc.py
index 20bb575..84a0bcf 100644
--- a/kcc.py
+++ b/kcc.py
@@ -18,7 +18,7 @@
 # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-__version__ = '3.6.1'
+__version__ = '3.6.2'
 __license__ = 'ISC'
 __copyright__ = '2012-2013, Ciro Mattia Gonano <[email protected]>, Pawel Jastrzebski <[email protected]>'
 __docformat__ = 'restructuredtext en'
diff --git a/kcc/KCC_gui.py b/kcc/KCC_gui.py
index f30a472..974976b 100644
--- a/kcc/KCC_gui.py
+++ b/kcc/KCC_gui.py
@@ -17,7 +17,7 @@
 # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-__version__ = '3.6.1'
+__version__ = '3.6.2'
 __license__ = 'ISC'
 __copyright__ = '2012-2013, Ciro Mattia Gonano <[email protected]>, Pawel Jastrzebski <[email protected]>'
 __docformat__ = 'restructuredtext en'
diff --git a/kcc/__init__.py b/kcc/__init__.py
index 39019dd..652089e 100644
--- a/kcc/__init__.py
+++ b/kcc/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '3.6.1'
+__version__ = '3.6.2'
 __license__ = 'ISC'
 __copyright__ = '2012-2013, Ciro Mattia Gonano <[email protected]>, Pawel Jastrzebski <[email protected]>'
 __docformat__ = 'restructuredtext en'
\ No newline at end of file
diff --git a/kcc/comic2ebook.py b/kcc/comic2ebook.py
index eff8ac4..5499b14 100755
--- a/kcc/comic2ebook.py
+++ b/kcc/comic2ebook.py
@@ -18,7 +18,7 @@
 # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 #
-__version__ = '3.6.1'
+__version__ = '3.6.2'
 __license__ = 'ISC'
 __copyright__ = '2012-2013, Ciro Mattia Gonano <[email protected]>, Pawel Jastrzebski <[email protected]>'
 __docformat__ = 'restructuredtext en'
diff --git a/kcc/comic2panel.py b/kcc/comic2panel.py
index c2f0a97..466b35e 100644
--- a/kcc/comic2panel.py
+++ b/kcc/comic2panel.py
@@ -18,7 +18,7 @@
 # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 #
-__version__ = '3.6.1'
+__version__ = '3.6.2'
 __license__ = 'ISC'
 __copyright__ = '2012-2013, Ciro Mattia Gonano <[email protected]>, Pawel Jastrzebski <[email protected]>'
 __docformat__ = 'restructuredtext en'
diff --git a/setup.py b/setup.py
index 8e032e3..1a36ef9 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ Usage (Windows):
 from sys import platform
 
 NAME = "KindleComicConverter"
-VERSION = "3.6.1"
+VERSION = "3.6.2"
 MAIN = "kcc.py"
 
 if platform == "darwin":
diff --git a/setup.sh b/setup.sh
index d14cca4..b4487ca 100644
--- a/setup.sh
+++ b/setup.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Linux Python package build script
 
-VERSION="3.6.1"
+VERSION="3.6.2"
 
 cp kcc.py __main__.py
 zip kcc.zip __main__.py kcc/*.py