From: Oleg Broytman Date: Wed, 31 Jul 2024 18:21:48 +0000 (+0300) Subject: Update docs X-Git-Tag: 5.4.0~12 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=3e185cc53f9fd10e9a921da4583fbaa53a5b1f5b;p=bookmarks_db.git Update docs --- diff --git a/Makefile b/Makefile index 4bcf876..0a80082 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # __license__ = "GNU GPL" # -VERSION=5.3.1 +VERSION=$(shell python setup.py --version) EXAMPLE_SHELL=\ bkmk-add bkmk-add.py bkmk-chk bkmk-publish bkmk-rsync bkmk-sort bkmk2db \ diff --git a/doc/ANNOUNCE b/doc/ANNOUNCE index 75cf230..e1969a5 100644 --- a/doc/ANNOUNCE +++ b/doc/ANNOUNCE @@ -6,19 +6,14 @@ WHAT IS IT bookmarks.html. WHAT'S NEW -Version 5.3.1 (2024-03-??) - Renamed check_urls.py to check_urls_db.py. +Version 5.4.0 (2024-??-??) - Renamed check_url.py to check_urls.py. + Robot based on PycURL. - Stop splitting and un-splitting URLs. Pass bookmark.href as is. + Move proxy handling to base class. -Version 5.3.0 (2024-03-06) - - Added get_url.py: a script to get one file from an URL. - - Renamed set-URLs -> set-urls. + Try robots from a list. Default list is curl,requests,forking. WHERE TO GET diff --git a/doc/ChangeLog b/doc/ChangeLog index 2b4f65d..ba407df 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,4 +1,12 @@ -Version 5.3.1 (2024-03-??) +Version 5.4.0 (2024-??-??) + + Robot based on PycURL. + + Move proxy handling to base class. + + Try robots from a list. Default list is curl,requests,forking. + +Version 5.3.1 (2024-03-07) Renamed check_urls.py to check_urls_db.py. diff --git a/setup.py b/setup.py index 478b81e..9eb695c 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ import sys setup( name='bookmarks_db', - version='5.3.1', + version='5.4.0', description='Bookmarks database and Internet robot', long_description=open('README', 'r').read(), long_description_content_type="text/plain",