Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Commit e4910d4

Browse files
committed
Release 0.3.0
1 parent 3c858a4 commit e4910d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
0.3.0rc1 (06-08-24)
4+
0.3.0 (08-08-24)
55
-------------------
66

77
Deprecations

src/astro_databricks/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from astro_databricks.operators.notebook import DatabricksNotebookOperator
44
from astro_databricks.operators.workflow import DatabricksWorkflowTaskGroup
55

6-
__version__ = "0.3.0rc1"
6+
__version__ = "0.3.0"
77
__all__ = [
88
"DatabricksNotebookOperator",
99
"DatabricksWorkflowTaskGroup",

0 commit comments

Comments
 (0)