]> git.phdru.name Git - bookmarks_db.git/commitdiff
Version 5.6.1: Minor fixes 5.6.1
authorOleg Broytman <phd@phdru.name>
Thu, 15 Aug 2024 17:52:45 +0000 (20:52 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 15 Aug 2024 17:52:45 +0000 (20:52 +0300)
doc/ANNOUNCE
doc/ChangeLog
setup.py

index 9f1157811dbdb3c9e07d8be471828457b7bf0151..bb9807bca2695ad345a8ecff889d85cefe7d8873 100644 (file)
@@ -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,
index a1748f063d986228c4dc19fe83714adeda7f0b8a..e3c6cc61e77b2ee162b90822530dcc705fa153c2 100644 (file)
@@ -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,
index 4a629e4c7833bbbcf36ca98ccd5f36f51cc153f2..391890e0b2fb5bbbb7d9bfdbc843de94fae95b18 100755 (executable)
--- 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",