Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@

# Update this version to the next version whenever there is a change that will
# require changes to the execution environment.
BEAM_CONTAINER_VERSION = '2.0.0'
# This should be in the beam-[version]-[date] format, date is optional.
BEAM_CONTAINER_VERSION = 'beam-2.1.0-20170518'
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be beam-2.0.1-date (in case we have to cut such a release) ?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are already at version 2.1.0.dev (https://github.com/apache/beam/blob/master/sdks/python/apache_beam/version.py#L21) I think this should match the current head version.


# Standard file names used for staging files.
WORKFLOW_TARBALL_FILE = 'workflow.tar.gz'
Expand Down