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 2018/01/29 19:31:26 UTC

[beam] branch master updated: Update Python SDK version post release

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 59975e8  Update Python SDK version post release
59975e8 is described below

commit 59975e801b82cba0001a9aa38f6f1f20f190b099
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Jan 29 20:31:09 2018 +0100

    Update Python SDK version post release
---
 sdks/python/apache_beam/version.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/apache_beam/version.py b/sdks/python/apache_beam/version.py
index b956661..a089c86 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.3.0.dev'
+__version__ = '2.4.0.dev'

-- 
To stop receiving notification emails like this one, please contact
jbonofre@apache.org.