From fc4a2ec21d22ebc753e194e5644fbbad1ae44dda Mon Sep 17 00:00:00 2001 From: Louis Ades Date: Wed, 2 Dec 2020 14:49:16 -0500 Subject: [PATCH] Prepare release v0.2.2 (#19) Co-authored-by: Louis Ades --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05a078c..9d2287d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ Changelog ### v0.2.1 +* Update Poetry dependencies. Unpin Flask, bump Pytest, cap Protobuf because of broken dependencies within 3.14.0 + +### v0.2.1 + * Fix broken import bug with Flask Bridge ### v0.2.0 diff --git a/pyproject.toml b/pyproject.toml index a78518f..b924589 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "eagr" -version = "0.2.1" +version = "0.2.2" description = "A collection of utilities for making GRPC easier to use in python." authors = ["Louis Ades "]