Skip to content

Commit

Permalink
Merge pull request #471 from HXLStandard/release-2.0.1
Browse files Browse the repository at this point in the history
Restore libhxl version on about page
  • Loading branch information
davidmegginson committed Jun 1, 2023
2 parents e4ad2a8 + c81b207 commit ea744c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hxl_proxy/controllers.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def about():
releases = {
'hxl_proxy': hxl_proxy.__version__,
}
for package in ['flask', 'flask-caching', 'redis', 'requests', 'requests_cache', 'structlog', 'urllib3',]:
for package in ['libhxl', 'flask', 'flask-caching', 'redis', 'requests', 'requests_cache', 'structlog', 'urllib3',]:
try:
releases[package] = importlib.metadata.version(package)
except Exception as e:
Expand Down

0 comments on commit ea744c8

Please sign in to comment.