Skip to content

Commit 2cc06a7

Browse files
improve error messages
1 parent 63a4bd3 commit 2cc06a7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog db-rocket
22

3+
## Version 3.0.2
4+
- Add databricks cli configuration check
5+
36
## Version 3.0.1
47
- Add workaround for making --watch command work with --use-volumes
58

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setuptools.setup(
1111
name="databricks-rocket",
12-
version="3.0.1",
12+
version="3.0.2",
1313
author="GetYourGuide",
1414
author_email="engineering.data-products@getyourguide.com",
1515
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",

0 commit comments

Comments
 (0)