From 891c9e5d6cf4108e2b6f08ebec88e18de92512fd Mon Sep 17 00:00:00 2001 From: nat Date: Thu, 1 Apr 2021 20:40:02 +0200 Subject: [PATCH] Update readme to avoid confusion about unreleased features. (#223) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 09ee883..79b7cd6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Better Protobuf / gRPC Support for Python ![](https://github.com/danielgtaylor/python-betterproto/workflows/CI/badge.svg) +> :octocat: If you're reading this on github, please be aware that it might mention unreleased features! See the latest released README on [pypi](https://pypi.org/project/betterproto/). This project aims to provide an improved experience when using Protobuf / gRPC in a modern Python environment by making use of modern language features and generating readable, understandable, idiomatic Python code. It will not support legacy features or environments (e.g. Protobuf 2). The following are supported: