Skip to content

Commit d4c84c9

Browse files
authored
Update to version 0.2.4 (#223)
This version bump contains a few changes (including one breaking change). - New, radically improved version of dagit. Vertical layout, and a beautiful new design. H/T to @bengotow for this spectacular work. - All types now *require* names. This is breaking change for ConfigDictionary, which did not require a name. You will have to change your calls to ConfigDictionary or ConfigDefinition.config_dict to include a name that is unique to the Pipeline. - Solids default to take *no* config definition, rather than a config definition typed as any.
1 parent 9480db5 commit d4c84c9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

python_modules/dagit/dagit/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.3'
1+
__version__ = '0.2.4'

python_modules/dagit/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def long_description():
5454
'click>=6.7',
5555

5656
# dagster
57-
'dagster>=0.2.3',
57+
'dagster>=0.2.4',
5858

5959
# graphql
6060
'graphql-core>=2.1',
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.3'
1+
__version__ = '0.2.4'

0 commit comments

Comments
 (0)