Skip to content

Commit

Permalink
Release version v5.1.0
Browse files Browse the repository at this point in the history
This is the first release since v5.0.0. It includes improvements in
generated APIs, typo fixes, bug fixes, and very minor performance
improvements.
  • Loading branch information
spenczar committed Jan 24, 2018
1 parent 1503954 commit dff337b
Show file tree
Hide file tree
Showing 22 changed files with 53 additions and 53 deletions.
8 changes: 4 additions & 4 deletions clientcompat/internal/clientcompat/clientcompat.twirp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clientcompat/pycompat/clientcompat_pb2_twirp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Code generated by protoc-gen-twirp_python v5.0.0, DO NOT EDIT.
# Code generated by protoc-gen-twirp_python v5.1.0, DO NOT EDIT.
# source: clientcompat.proto

import httplib
Expand Down
8 changes: 4 additions & 4 deletions example/service.twirp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/service_pb2_twirp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Code generated by protoc-gen-twirp_python v5.0.0, DO NOT EDIT.
# Code generated by protoc-gen-twirp_python v5.1.0, DO NOT EDIT.
# source: service.proto

import httplib
Expand Down
2 changes: 1 addition & 1 deletion internal/gen/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@

package gen

const Version = "v5.0.0"
const Version = "v5.1.0"
8 changes: 4 additions & 4 deletions internal/twirptest/gogo_compat/service.twirp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions internal/twirptest/importable/importable.twirp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/twirptest/importable/importable_pb2_twirp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Code generated by protoc-gen-twirp_python v5.0.0, DO NOT EDIT.
# Code generated by protoc-gen-twirp_python v5.1.0, DO NOT EDIT.
# source: importable.proto

import httplib
Expand Down
8 changes: 4 additions & 4 deletions internal/twirptest/importer/importer.twirp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/twirptest/importer/importer_pb2_twirp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Code generated by protoc-gen-twirp_python v5.0.0, DO NOT EDIT.
# Code generated by protoc-gen-twirp_python v5.1.0, DO NOT EDIT.
# source: importer.proto

import httplib
Expand Down
8 changes: 4 additions & 4 deletions internal/twirptest/multiple/multiple1.twirp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/twirptest/multiple/multiple1_pb2_twirp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Code generated by protoc-gen-twirp_python v5.0.0, DO NOT EDIT.
# Code generated by protoc-gen-twirp_python v5.1.0, DO NOT EDIT.
# source: multiple1.proto

import httplib
Expand Down
4 changes: 2 additions & 2 deletions internal/twirptest/multiple/multiple2.twirp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/twirptest/multiple/multiple2_pb2_twirp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Code generated by protoc-gen-twirp_python v5.0.0, DO NOT EDIT.
# Code generated by protoc-gen-twirp_python v5.1.0, DO NOT EDIT.
# source: multiple2.proto

import httplib
Expand Down
8 changes: 4 additions & 4 deletions internal/twirptest/no_package_name/no_package_name.twirp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Code generated by protoc-gen-twirp_python v5.0.0, DO NOT EDIT.
# Code generated by protoc-gen-twirp_python v5.1.0, DO NOT EDIT.
# source: no_package_name.proto

import httplib
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Code generated by protoc-gen-twirp_python v5.0.0, DO NOT EDIT.
# Code generated by protoc-gen-twirp_python v5.1.0, DO NOT EDIT.
# source: no_package_name_importer.proto

import httplib
Expand Down
8 changes: 4 additions & 4 deletions internal/twirptest/proto/proto.twirp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/twirptest/proto/proto_pb2_twirp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Code generated by protoc-gen-twirp_python v5.0.0, DO NOT EDIT.
# Code generated by protoc-gen-twirp_python v5.1.0, DO NOT EDIT.
# source: proto.proto

import httplib
Expand Down
8 changes: 4 additions & 4 deletions internal/twirptest/service.twirp.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/twirptest/service_pb2_twirp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Code generated by protoc-gen-twirp_python v5.0.0, DO NOT EDIT.
# Code generated by protoc-gen-twirp_python v5.1.0, DO NOT EDIT.
# source: service.proto

import httplib
Expand Down

0 comments on commit dff337b

Please sign in to comment.