about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@iosphe.re>2015-07-14 18:01:02 +0200
committerPaweł Jastrzębski <pawelj@iosphe.re>2015-07-14 18:01:02 +0200
commit677622c1037476079d66899c1e959cdbb1247809 (patch)
tree8bfba4ce05c2a873b27ea6da5e6a70a40e5f1db2
parentEscape HTML in metadata (close #148) (diff)
downloadkcc-677622c1037476079d66899c1e959cdbb1247809.tar.gz
kcc-677622c1037476079d66899c1e959cdbb1247809.tar.bz2
kcc-677622c1037476079d66899c1e959cdbb1247809.zip
Updated README + version bump
-rw-r--r--README.md4
-rw-r--r--kcc.iss2
-rw-r--r--kcc/__init__.py2
3 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 971a9e0..696c553 100644
--- a/README.md
+++ b/README.md
@@ -156,6 +156,10 @@ The app relies and includes the following scripts:
 * [Kobo Aura H2O](http://kcc.iosphe.re/Samples/Ubunchu-KoAH2O.kepub.epub)
 
 ## CHANGELOG
+####4.6.2:
+* Fixed critical MOBI header bug
+* Fixed metadata encoding error
+
 ####4.6.1:
 * Fixed KEPUB TOC generator
 * Added warning about too small input files
diff --git a/kcc.iss b/kcc.iss
index 10a26c8..5deb343 100644
--- a/kcc.iss
+++ b/kcc.iss
@@ -1,5 +1,5 @@
 #define MyAppName "Kindle Comic Converter"
-#define MyAppVersion "4.6.1"
+#define MyAppVersion "4.6.2"
 #define MyAppPublisher "Ciro Mattia Gonano, Paweł Jastrzębski"
 #define MyAppURL "http://kcc.iosphe.re/"
 #define MyAppExeName "KCC.exe"
diff --git a/kcc/__init__.py b/kcc/__init__.py
index 6a54f0c..10c7f42 100644
--- a/kcc/__init__.py
+++ b/kcc/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '4.6.1'
+__version__ = '4.6.2'
 __license__ = 'ISC'
 __copyright__ = '2012-2015, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@iosphe.re>'
 __docformat__ = 'restructuredtext en'