Skip to content

Commit

Permalink
increase version to 0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBab committed May 6, 2023
1 parent 423da4b commit 699653b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

Revision history for pyFreenet

- Version 0.5.9
- freesitemgr: fix: do not delay inserting files that switch from manifest to separate: they are inserted directly now.

- Version 0.5.8
- cope with string/bytes errors introduced by Python 3.9
- document chk calculation node for freesitemgr
Expand Down
2 changes: 1 addition & 1 deletion fcp3/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class FCPNameLookupFailure(Exception):

ONE_YEAR = 86400 * 365

fcpVersion = "0.3.4"
fcpVersion = "0.5.9"


class FCPNode:
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.5.8",
version="0.5.9",
description="Freenet Client Protocol Helper",
author="Arne Babenhauserheide",
author_email="[email protected]",
Expand Down

0 comments on commit 699653b

Please sign in to comment.