Skip to content

Commit 414a68d

Browse files
authored
Bumping Version to 0.2.3 (#209)
Driving factor to release this is a bug in the command line interface in 0.2.2 (#207) Other changes in this release: - CLI interface has changed slightly. Whenver dagit or dagster needs to specify a function to load a repo or a pipeline, us the -n/--fn-name flag combo. Before this was split out into to different use cases in dagster. - We now have the ability to reuse a single solid definition multiple times within the same pipeline using the SolidInstance API. See the corresponding tutorial section for more details. - Documentation continues to improve.
1 parent 2c2c589 commit 414a68d

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.2'
1+
__version__ = '0.2.3'

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.2',
57+
'dagster>=0.2.3',
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.2'
1+
__version__ = '0.2.3'

0 commit comments

Comments
 (0)