diff --git a/CHANGELOG b/CHANGELOG index ec9c0ec..fceaf4c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,13 @@ Revision history for pyFreenet +- Version 0.6.1 + - Add option to specify the mime type for files matching a pattern. Thanks to Debora Wöpcke! + +- Version 0.6.0 + - Do not die when missing index.html + - update spawn-version to 1497 + - Version 0.5.9 - freesitemgr: fix: do not delay inserting files that switch from manifest to separate: they are inserted directly now. diff --git a/setup.py b/setup.py index 51268c2..de38c8f 100755 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ def run(self, *args, **kwds): setup(name="pyFreenet3", - version="0.6.0", + version="0.6.1", description="Freenet Client Protocol Helper", author="Arne Babenhauserheide", author_email="arne_bab@web.de",