diff --git a/doc/changelog.txt b/doc/changelog.txt index cf89928..d0c323f 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -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. diff --git a/setup.py b/setup.py index ecd3698..8eacaa8 100644 --- a/setup.py +++ b/setup.py @@ -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"