Skip to content

Commit 6ea61e6

Browse files
author
a.stepanov12
committed
Version bump
1 parent 04d4896 commit 6ea61e6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

RELEASE.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Release 0.1.6
2+
3+
* Allow passing request headers to method handlers in request argument
4+
* Allow passing custom metadata to method stub calls (in metadata optional keyword argument)
5+
16
## Release 0.1.5
27

38
* Enforce SO_KEEPALIVE with small timeouts

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def main():
1212
console_scripts = ['protoc-gen-purerpc=purerpc.protoc_plugin.plugin:main']
1313
setup(
1414
name="purerpc",
15-
version="0.1.5",
15+
version="0.1.6",
1616
license="Apache License Version 2.0",
1717
description="Asynchronous pure python gRPC server and client implementation using curio "
1818
"and hyper-h2.",

0 commit comments

Comments
 (0)