Skip to content

Commit

Permalink
Increase version to 0.6.1 and update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBab committed Nov 16, 2023
1 parent 58b5999 commit b177e8e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
Expand Down

0 comments on commit b177e8e

Please sign in to comment.