Merge pull request #9042 from soltanmm-google/science-illiteracy-is-becoming-an-existential-threat-as-we-turn-scientists-into-living-cassandra-metaphors

Up-version Python for backports
pull/9051/head
Masood Malekghassemi 8 years ago committed by GitHub
commit 5395006d6b
  1. 1
      build.yaml
  2. 2
      src/python/grpcio/grpc_version.py
  3. 2
      src/python/grpcio_health_checking/grpc_version.py
  4. 2
      src/python/grpcio_tests/grpc_version.py
  5. 2
      tools/distrib/python/grpcio_tools/grpc_version.py

@ -7,6 +7,7 @@ settings:
'#3': Use "-preN" suffixes to identify pre-release versions '#3': Use "-preN" suffixes to identify pre-release versions
'#4': Per-language overrides are possible with (eg) ruby_version tag here '#4': Per-language overrides are possible with (eg) ruby_version tag here
'#5': See the expand_version.py for all the quirks here '#5': See the expand_version.py for all the quirks here
python_version: 1.0.2
version: 1.0.1 version: 1.0.1
filegroups: filegroups:
- name: census - name: census

@ -29,4 +29,4 @@
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio/grpc_version.py.template`!!! # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio/grpc_version.py.template`!!!
VERSION='1.0.1' VERSION='1.0.2'

@ -29,4 +29,4 @@
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_health_checking/grpc_version.py.template`!!! # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_health_checking/grpc_version.py.template`!!!
VERSION='1.0.1' VERSION='1.0.2'

@ -29,4 +29,4 @@
# AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_tests/grpc_version.py.template`!!! # AUTO-GENERATED FROM `$REPO_ROOT/templates/src/python/grpcio_tests/grpc_version.py.template`!!!
VERSION='1.0.1' VERSION='1.0.2'

@ -29,4 +29,4 @@
# AUTO-GENERATED FROM `$REPO_ROOT/templates/tools/distrib/python/grpcio_tools/grpc_version.py.template`!!! # AUTO-GENERATED FROM `$REPO_ROOT/templates/tools/distrib/python/grpcio_tools/grpc_version.py.template`!!!
VERSION='1.0.1' VERSION='1.0.2'

Loading…
Cancel
Save