Skip to content

Commit

Permalink
Update to version 0.2.4 (#223)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
schrockn authored Oct 1, 2018
1 parent 9480db5 commit d4c84c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python_modules/dagit/dagit/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.3'
__version__ = '0.2.4'
2 changes: 1 addition & 1 deletion python_modules/dagit/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def long_description():
'click>=6.7',

# dagster
'dagster>=0.2.3',
'dagster>=0.2.4',

# graphql
'graphql-core>=2.1',
Expand Down
2 changes: 1 addition & 1 deletion python_modules/dagster/dagster/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.3'
__version__ = '0.2.4'

0 comments on commit d4c84c9

Please sign in to comment.