You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by jb...@apache.org on 2017/07/05 14:52:24 UTC

beam git commit: Update Python SDK version

Repository: beam
Updated Branches:
  refs/heads/release-2.1.0 51877a340 -> cb9c8a7a6


Update Python SDK version


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/cb9c8a7a
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/cb9c8a7a
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/cb9c8a7a

Branch: refs/heads/release-2.1.0
Commit: cb9c8a7a65c8a34842264bdf0e328ac06479afbb
Parents: 51877a3
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Wed Jul 5 16:51:22 2017 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Wed Jul 5 16:51:22 2017 +0200

----------------------------------------------------------------------
 sdks/python/apache_beam/version.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/cb9c8a7a/sdks/python/apache_beam/version.py
----------------------------------------------------------------------
diff --git a/sdks/python/apache_beam/version.py b/sdks/python/apache_beam/version.py
index ae92a23..842be0a 100644
--- a/sdks/python/apache_beam/version.py
+++ b/sdks/python/apache_beam/version.py
@@ -18,4 +18,4 @@
 """Apache Beam SDK version information and utilities."""
 
 
-__version__ = '2.1.0.dev'
+__version__ = '2.1.0'