Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzamaiot committed Dec 21, 2020
1 parent 81800ba commit 7b99869
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zenml/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1
2 changes: 1 addition & 1 deletion zenml/utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def handle_bool_env_var(var, default=False):
# Logging variables
ENV_ZENML_LOGGING_VERBOSITY = 'ZENML_LOGGING_VERBOSITY'
# TODO: [HIGH] Switch to default False before release
IS_DEBUG_ENV = handle_bool_env_var(ENV_ZENML_DEBUG, default=True)
IS_DEBUG_ENV = handle_bool_env_var(ENV_ZENML_DEBUG, default=False)
if IS_DEBUG_ENV:
ZENML_LOGGING_VERBOSITY = os.getenv(ENV_ZENML_LOGGING_VERBOSITY, 4)
else:
Expand Down

0 comments on commit 7b99869

Please sign in to comment.