From 71fcf66d7915dc35c6499df9c074a0ddaa05479a Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 15 Aug 2024 20:52:45 +0300 Subject: [PATCH] Version 5.6.1: Minor fixes --- doc/ANNOUNCE | 4 ++++ doc/ChangeLog | 4 ++++ setup.py | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/ANNOUNCE b/doc/ANNOUNCE index 9f11578..bb9807b 100644 --- a/doc/ANNOUNCE +++ b/doc/ANNOUNCE @@ -7,6 +7,10 @@ bookmarks.html. WHAT'S NEW +Version 5.6.1 (2024-08-15) + + Minor fixes. + Version 5.6.0 (2024-08-15) Robot based on requests and concurrent.futures, diff --git a/doc/ChangeLog b/doc/ChangeLog index a1748f0..e3c6cc6 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +Version 5.6.1 (2024-08-15) + + Minor fixes. + Version 5.6.0 (2024-08-15) Robot based on requests and concurrent.futures, diff --git a/setup.py b/setup.py index 4a629e4..391890e 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup setup( name='bookmarks_db', - version='5.6.0', + version='5.6.1', description='Bookmarks database and Internet robot', long_description=open('README', 'r').read(), long_description_content_type="text/plain", -- 2.39.5