Skip to content

Commit

Permalink
Fix version visibility in keyword documentation (#226)
Browse files Browse the repository at this point in the history
* Fix library version to be shown properly in keyword documentation
  • Loading branch information
eeter authored Oct 9, 2024
1 parent a22d205 commit dc2c298
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DatabaseLibrary/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ class DatabaseLibrary(ConnectionManager, Query, Assertion):
"""

ROBOT_LIBRARY_SCOPE = "GLOBAL"
ROBOT_LIBRARY_VERSION = __version__

def __init__(self, log_query_results=True, log_query_results_head=50):
"""
Expand Down

0 comments on commit dc2c298

Please sign in to comment.