Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
a.stepanov12 committed Nov 16, 2018
1 parent 04d4896 commit 6ea61e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Release 0.1.6

* Allow passing request headers to method handlers in request argument
* Allow passing custom metadata to method stub calls (in metadata optional keyword argument)

## Release 0.1.5

* Enforce SO_KEEPALIVE with small timeouts
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def main():
console_scripts = ['protoc-gen-purerpc=purerpc.protoc_plugin.plugin:main']
setup(
name="purerpc",
version="0.1.5",
version="0.1.6",
license="Apache License Version 2.0",
description="Asynchronous pure python gRPC server and client implementation using curio "
"and hyper-h2.",
Expand Down

0 comments on commit 6ea61e6

Please sign in to comment.