Skip to content

Commit 9079dba

Browse files
committed
updating version in wrapper
1 parent 0c862bf commit 9079dba

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

devolv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.2.24"
1+
__version__ = "0.2.25"
22

devolv/drift/cli.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@
99
get_aws_policy_document,
1010
merge_policy_documents,
1111
build_superset_policy,
12-
detect_and_print_drift,
1312
)
1413
from devolv.drift.issues import create_approval_issue, wait_for_sync_choice
1514
from devolv.drift.github_approvals import create_github_pr
16-
15+
from devolv.drift.report import detect_and_print_drift
1716
app = typer.Typer()
1817

1918
def push_branch(branch_name: str):

0 commit comments

Comments
 (0)