Skip to content

Commit

Permalink
release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erfannariman committed Apr 27, 2021
1 parent 87a1bc7 commit f12c5de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion df_to_azure/tests/test_df_to_azure.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from df_to_azure.db import auth_azure

logging.getLogger("azure.core.pipeline.policies.http_logging_policy").setLevel(logging.WARNING)
# load_dotenv(verbose=True, override=True)
secrets_to_environment(keyvault_name="df-to-azure")

"""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="df_to_azure",
version="0.2.0",
version="0.2.1",
author="Melvin Folkers, Erfan Nariman",
author_email="melvin@zypp.io, erfan@zypp.io",
description="Automatically create pipelines with copy activity from blob to SQL",
Expand Down

0 comments on commit f12c5de

Please sign in to comment.