From 8422e41d5424d0c1c21edba5687d3bc907ba7316 Mon Sep 17 00:00:00 2001 From: Louis Ades Date: Wed, 27 May 2020 14:30:51 -0400 Subject: [PATCH] Prepare release v0.1.1 (#10) Co-authored-by: Louis Ades --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ca280c..3a3dfdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog ========= +### v0.1.1 + +* Fixed broken GRPC Reflection Interface. Now instantiates a reflection client as expected. +* Updated the README with shields and install instructions +* Added Poetry lock file + ### v0.1.0 Initial release. diff --git a/pyproject.toml b/pyproject.toml index f61d098..7960ef4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "eagr" -version = "0.1.0" +version = "0.1.1" description = "A collection of utilities for making GRPC easier to use in python." authors = ["Louis Ades "]