Bump version to v1.37.0

pull/25388/head
Lidi Zheng 4 years ago
parent b80d374b93
commit be14888fa1
  1. 4
      BUILD
  2. 4
      build_handwritten.yaml
  3. 3
      doc/g_stands_for.md

@ -85,11 +85,11 @@ config_setting(
python_config_settings()
# This should be updated along with build_handwritten.yaml
g_stands_for = "gummybear" # @unused
g_stands_for = "gilded" # @unused
core_version = "15.0.0" # @unused
version = "1.36.0-dev" # @unused
version = "1.37.0-dev" # @unused
GPR_PUBLIC_HDRS = [
"include/grpc/support/alloc.h",

@ -14,9 +14,9 @@ settings:
'#10': See the expand_version.py for all the quirks here
core_version: 15.0.0
csharp_major_version: 2
g_stands_for: gummybear
g_stands_for: gilded
protobuf_version: 3.14.0
version: 1.36.0-dev
version: 1.37.0-dev
targets:
- name: check_epollexclusive
build: tool

@ -35,4 +35,5 @@
- 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/v1.34.x)
- 1.35 'g' stands for ['gecko'](https://github.com/grpc/grpc/tree/v1.35.x)
- 1.36 'g' stands for ['gummybear'](https://github.com/grpc/grpc/tree/master)
- 1.36 'g' stands for ['gummybear'](https://github.com/grpc/grpc/tree/v1.36.x)
- 1.37 'g' stands for ['gilded'](https://github.com/grpc/grpc/tree/master)

Loading…
Cancel
Save