Bump up version and updated changelog.
This commit is contained in:
parent
8ae050701f
commit
cb73f5c958
|
@ -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)
|
1.6 (released 8.6.2014)
|
||||||
|
|
||||||
* Search /usr/local/lib for p7zip RAR modules.
|
* Search /usr/local/lib for p7zip RAR modules.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -49,7 +49,7 @@ from distutils import util
|
||||||
from distutils.file_util import write_file
|
from distutils.file_util import write_file
|
||||||
|
|
||||||
AppName = "patool"
|
AppName = "patool"
|
||||||
AppVersion = "1.6"
|
AppVersion = "1.7"
|
||||||
MyName = "Bastian Kleineidam"
|
MyName = "Bastian Kleineidam"
|
||||||
MyEmail = "bastian.kleineidam@web.de"
|
MyEmail = "bastian.kleineidam@web.de"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue