From 9792ea3caa0eb9076687e0549d91be39ac051cd6 Mon Sep 17 00:00:00 2001 From: Donna Dionne Date: Wed, 7 Oct 2020 12:45:47 -0700 Subject: [PATCH] Bump version to v1.34.x --- BUILD | 6 +++--- build_handwritten.yaml | 6 +++--- doc/g_stands_for.md | 3 ++- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/BUILD b/BUILD index 4979bd3e844..d9e05b523bb 100644 --- a/BUILD +++ b/BUILD @@ -80,11 +80,11 @@ config_setting( python_config_settings() # This should be updated along with build_handwritten.yaml -g_stands_for = "geeky" +g_stands_for = "gauntlet" -core_version = "12.0.0" +core_version = "13.0.0" -version = "1.33.0-dev" +version = "1.34.0-dev" GPR_PUBLIC_HDRS = [ "include/grpc/support/alloc.h", diff --git a/build_handwritten.yaml b/build_handwritten.yaml index 4a4263bc273..a229ea5b01b 100644 --- a/build_handwritten.yaml +++ b/build_handwritten.yaml @@ -12,10 +12,10 @@ settings: '#08': Use "-preN" suffixes to identify pre-release versions '#09': Per-language overrides are possible with (eg) ruby_version tag here '#10': See the expand_version.py for all the quirks here - core_version: 12.0.0 + core_version: 13.0.0 csharp_major_version: 2 - g_stands_for: geeky - version: 1.33.0-dev + g_stands_for: gauntlet + version: 1.34.0-dev targets: - name: check_epollexclusive build: tool diff --git a/doc/g_stands_for.md b/doc/g_stands_for.md index c384913de20..f98e7ffa4d9 100644 --- a/doc/g_stands_for.md +++ b/doc/g_stands_for.md @@ -32,4 +32,5 @@ - 1.30 'g' stands for ['gradius'](https://github.com/grpc/grpc/tree/v1.30.x) - 1.31 'g' stands for ['galore'](https://github.com/grpc/grpc/tree/v1.31.x) - 1.32 'g' stands for ['giggle'](https://github.com/grpc/grpc/tree/v1.32.x) -- 1.33 'g' stands for ['geeky'](https://github.com/grpc/grpc/tree/master) +- 1.33 'g' stands for ['geeky'](https://github.com/grpc/grpc/tree/v1.33.x) +- 1.34 'g' stands for ['gauntlet'](https://github.com/grpc/grpc/tree/master)