From: Oleg Broytman Date: Sun, 3 Mar 2024 10:29:06 +0000 (+0300) Subject: Version 5.2.2 X-Git-Tag: 5.2.2^0 X-Git-Url: https://git.phdru.name/?p=bookmarks_db.git;a=commitdiff_plain;h=fce1678b04fbc5807a497b0717f42c5c81d03ab5 Version 5.2.2 Robots/bkmk_rrequests: Add request headers. Robots/bkmk_robot_base: Process "data:image/" icons. --- diff --git a/Makefile b/Makefile index 06e2c47..39a50c0 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # __license__ = "GNU GPL" # -VERSION=5.2.1 +VERSION=5.2.2 EXAMPLE_SHELL=\ bkmk-add bkmk-add.py bkmk-chk bkmk-publish bkmk-rsync bkmk-sort bkmk2db \ diff --git a/bkmk_objects.py b/bkmk_objects.py index bd5c713..d672bcf 100644 --- a/bkmk_objects.py +++ b/bkmk_objects.py @@ -5,7 +5,7 @@ This file is a part of Bookmarks database and Internet robot. """ __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2000-2023 PhiloSoft Design" +__copyright__ = "Copyright (C) 2000-2024 PhiloSoft Design" __license__ = "GNU GPL" __all__ = ['Folder', 'Bookmark', 'Ruler', 'Walker', 'Writer', 'Robot', diff --git a/doc/README b/doc/README index f8e2a15..a1d8e81 100644 --- a/doc/README +++ b/doc/README @@ -23,7 +23,7 @@ AUTHOR Oleg Broytman COPYRIGHT and LEGAL ISSUES - Copyright (C) 1997-2023 PhiloSoft Design + Copyright (C) 1997-2024 PhiloSoft Design All sources protected by GNU GPL. Programs are provided "as-is", without any kind of warranty. All usual blah-blah-blah.