diff --git a/CHANGELOG.md b/CHANGELOG.md index e08b166..d9685ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog db-rocket +## Version 3.0.3 +- Add warning when DATABRICKS_TOKEN is set rather than failing when its not set. The bulk of our use-cases rely on the token being set via databricks configure command. The token via environment variable is only used for CI and we should treat as an edge case. + ## Version 3.0.2 - Add databricks cli configuration check diff --git a/setup.py b/setup.py index bb1721b..c877745 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setuptools.setup( name="databricks-rocket", - version="3.0.2", + version="3.0.3", author="GetYourGuide", author_email="engineering.data-products@getyourguide.com", description="Keep your local python scripts installed and in sync with a databricks notebook. Shortens the feedback loop to develop projects using a hybrid enviroment",