Skip to content

Commit

Permalink
Bumping to 0.2.8.post2
Browse files Browse the repository at this point in the history
We uploaded stale .pyc files to pypi which caused bad include errors.
Bumping and repushing up. Also fixing lint error.
  • Loading branch information
schrockn committed Mar 14, 2019
1 parent e163c04 commit 88d6c5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion python_modules/dagster/dagster/core/execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ def _create_config_value(config_type, config_input):
except DagsterEvaluateValueError as e:
raise DagsterTypeError(
'Invalid config value on type {config_type}: {error_msg}'.format(
value=config_input,
config_type=config_type.name,
error_msg=','.join(e.args),
)
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.8.post1'
__version__ = '0.2.8.post2'

0 comments on commit 88d6c5f

Please sign in to comment.