diff options
author | Stanley Cheung <stanleycheung@google.com> | 2017-05-09 19:08:26 -0700 |
---|---|---|
committer | Stanley Cheung <stanleycheung@google.com> | 2017-05-09 19:08:26 -0700 |
commit | 0afa9abb790d3f6a966616e0e4a248105d766379 (patch) | |
tree | 47959b1269bc05198c053fe2ad04b56f787c12f7 /src/python/grpcio_tests | |
parent | 712ea0ac870e3f2a313277978ac3e9d3fdeeca11 (diff) |
Bump to 1.3.2-pre1
Diffstat (limited to 'src/python/grpcio_tests')
-rw-r--r-- | src/python/grpcio_tests/grpc_version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/grpcio_tests/grpc_version.py b/src/python/grpcio_tests/grpc_version.py index 1a2281b177..32dc29b5f7 100644 --- a/src/python/grpcio_tests/grpc_version.py +++ b/src/python/grpcio_tests/grpc_version.py @@ -29,4 +29,4 @@ # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_tests/grpc_version.py.template`!!! -VERSION='1.3.1' +VERSION='1.3.2rc1' |