Skip to content

Commit

Permalink
Bump version to 0.3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
rbob86 committed Feb 12, 2024
1 parent 6e755f5 commit 45f3b53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def get_looker_schedule_plan_for_dashboard(self, looker_dashboard_id):
def get_dashboard_lookml(self, all_dashboards: dict) -> list:
# logging.info("Beginning Dashboard Capture:")
response = []
for dashboard_id in tqdm(all_dashboards, desc="Dashboard Capture", unit="dashboards", colour="#2c8558"):
for dashboard_id in tqdm(all_dashboards, desc="Dashboard Capture", unit=" dashboards", colour="#2c8558"):
lookml = None
trys = 0
if "::" in dashboard_id:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lmanage"
version = "0.3.19"
version = "0.3.20"
description = "LManage is a collection of useful tools for Looker admins to help curate and cleanup content and it's associated source LookML."
keywords = ["keyword", "another_keyword"]
authors = ["hselbie <[email protected]>"]
Expand Down

0 comments on commit 45f3b53

Please sign in to comment.