Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 865FC200D24 for ; Tue, 10 Oct 2017 00:44:39 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 84D8F1609E0; Mon, 9 Oct 2017 22:44:39 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id F10711609CE for ; Tue, 10 Oct 2017 00:44:38 +0200 (CEST) Received: (qmail 48342 invoked by uid 500); 9 Oct 2017 22:44:38 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 48333 invoked by uid 99); 9 Oct 2017 22:44:38 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Oct 2017 22:44:38 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0C4BDF56D1; Mon, 9 Oct 2017 22:44:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: reuvenlax@apache.org To: commits@beam.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: beam git commit: Bump Python version for next release. Date: Mon, 9 Oct 2017 22:44:38 +0000 (UTC) archived-at: Mon, 09 Oct 2017 22:44:39 -0000 Repository: beam Updated Branches: refs/heads/master 1d675b03f -> 9f69997ba Bump Python version for next release. Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/9f69997b Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/9f69997b Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/9f69997b Branch: refs/heads/master Commit: 9f69997ba48c25bb969cf9b399931756cb643f65 Parents: 1d675b0 Author: Reuven Lax Authored: Mon Oct 9 15:43:54 2017 -0700 Committer: Reuven Lax Committed: Mon Oct 9 15:43:54 2017 -0700 ---------------------------------------------------------------------- sdks/python/apache_beam/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/9f69997b/sdks/python/apache_beam/version.py ---------------------------------------------------------------------- diff --git a/sdks/python/apache_beam/version.py b/sdks/python/apache_beam/version.py index 8b0a430..b956661 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.2.0.dev' +__version__ = '2.3.0.dev'