Changelog ------------ - Add support for python3 (https://github.com/databricks/databricks-cli/pull/89)
0.5.0
Changelog ------------ - Add support for libraries API (https://github.com/databricks/databricks-cli/pull/74) - Add support for profiles (https://github.com/databricks/databricks-cli/pull/64, https://github.com/databricks/databricks-cli/pull/81)
0.4.2
Changelog ------------ - Fix path separator on Windows (https://github.com/databricks/databricks-cli/pull/66) - Ignore hidden files option on `databricks workspace import_dir` (https://github.com/databricks/databricks-cli/pull/66)
0.4.1
Changelog -------------- Add critical fix to address https://github.com/databricks/databricks-cli/issues/36. The bug is that when we stripped the extension we used `rstrip` which does not do what we want.
'apple-py.py'.rstrip('.py') == 'apple-'
0.4.0
Changelog ------------- - Add support for Clusters API - Add support for Jobs API
0.3.1
Changelog ---------------- - Fixed some nits with workspace export. (Make exporting to directory munge target_path)