From: Oleg Broytman Date: Sun, 2 Mar 2025 16:27:53 +0000 (+0300) Subject: Release 6.2.0 X-Git-Tag: 6.2.0^0 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=a49bd782f430864b8c6a26a2846f65df7038b1bc;p=bookmarks_db.git Release 6.2.0 --- diff --git a/bkmk_objects.py b/bkmk_objects.py index 6839f18..6ad1442 100644 --- a/bkmk_objects.py +++ b/bkmk_objects.py @@ -5,9 +5,9 @@ This file is a part of Bookmarks database and Internet robot. """ __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2000-2024 PhiloSoft Design" +__copyright__ = "Copyright (C) 2000-2025 PhiloSoft Design" __license__ = "GNU GPL" -__version__ = '6.1.0' +__version__ = '6.2.0' __all__ = ['Folder', 'Bookmark', 'Ruler', 'Walker', 'Writer', 'Robot', 'InverseLinker', 'Linear', 'make_linear', 'make_tree', 'break_tree', diff --git a/doc/ANNOUNCE b/doc/ANNOUNCE index 40b215b..6fac97c 100644 --- a/doc/ANNOUNCE +++ b/doc/ANNOUNCE @@ -7,7 +7,9 @@ bookmarks.html. WHAT'S NEW -Version 6.2.0 (2025-??-??) +Version 6.2.0 (2025-03-02) + + Robot based on httpx. Robots: Removed ftp_timeout. diff --git a/doc/ChangeLog b/doc/ChangeLog index e34ff82..0a02b93 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,4 +1,6 @@ -Version 6.2.0 (2025-??-??) +Version 6.2.0 (2025-03-02) + + Robot based on httpx. Robots: Removed ftp_timeout.