This commit is contained in:
Bastian Kleineidam 2013-07-19 15:10:59 +02:00
parent 0bbd10cf6a
commit b4e6bf0790
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
1.3 (released xx.xx.2013)
1.3 (released 19.7.2013)
* Add patoolib.__version__ (see PEP 396).
Closes: GH bug #3

View File

@ -1,5 +1,5 @@
Project: patool
Version: 1.2
Version: 1.3
Hide: N
Website-URL: http://wummel.github.io/patool/
Changelog-URL: https://github.com/wummel/patool/blob/master/doc/changelog.txt
@ -7,4 +7,5 @@ Tar/GZ-URL: https://github.com/downloads/wummel/patool/patool-${version}.tar.gz
GIT-Tree-URL: https://github.com/wummel/patool.git
Windows-installer-URL: http://github.com/downloads/wummel/patool/patool-${version}.win32.exe
An error detecting *.gz files has been fixed.
Missing modules in the Windows installer have been added.
Detection of LZMA and LRZIP files with file(1) has been improved.