You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2018/03/07 18:08:12 UTC

[beam] branch release-2.4.0 updated: Remove dev suffix from Python version.

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

robertwb pushed a commit to branch release-2.4.0
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/release-2.4.0 by this push:
     new a454b66  Remove dev suffix from Python version.
a454b66 is described below

commit a454b6664a01a58f9bde4d33dd101ee57cc7d47d
Author: Robert Bradshaw <ro...@google.com>
AuthorDate: Wed Mar 7 10:07:59 2018 -0800

    Remove dev suffix from Python version.
---
 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 a089c86..aba722d 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.4.0.dev'
+__version__ = '2.4.0'

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