Skip to content

Commit

Permalink
Prepare release v0.1.1 (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: Louis Ades <louis.ades@kensho.com>
  • Loading branch information
ljades and Louis Ades authored May 27, 2020
1 parent 00d0029 commit 8422e41
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <louis.ades@kensho.com>"]

Expand Down

0 comments on commit 8422e41

Please sign in to comment.