Skip to content

Commit dc2c298

Browse files
authored
Fix version visibility in keyword documentation (#226)
* Fix library version to be shown properly in keyword documentation
1 parent a22d205 commit dc2c298

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DatabaseLibrary/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ class DatabaseLibrary(ConnectionManager, Query, Assertion):
265265
"""
266266

267267
ROBOT_LIBRARY_SCOPE = "GLOBAL"
268+
ROBOT_LIBRARY_VERSION = __version__
268269

269270
def __init__(self, log_query_results=True, log_query_results_head=50):
270271
"""

0 commit comments

Comments
 (0)