Bump up version and updated changelog.

This commit is contained in:
Bastian Kleineidam 2014-06-27 17:59:58 +02:00
parent 8ae050701f
commit cb73f5c958
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
1.7 (released xx.xx.2014)
* Configure the xz program to also extract LZMA files.
* Fixed creation of LZMA files with the Python lzma module.
* Handle *.epub files as ZIP files.
1.6 (released 8.6.2014)
* Search /usr/local/lib for p7zip RAR modules.

View File

@ -49,7 +49,7 @@ from distutils import util
from distutils.file_util import write_file
AppName = "patool"
AppVersion = "1.6"
AppVersion = "1.7"
MyName = "Bastian Kleineidam"
MyEmail = "bastian.kleineidam@web.de"