diff --git a/README.md b/README.md index c2b2012..f5b5e94 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ to the original package. ## Changelog +### 0.95.1 + +- Fix for paged gets: do not send any sorting parameters as the default is already key-ascending order + ### 0.95.0 - Allow `limit` argument on get_* calls diff --git a/pyproject.toml b/pyproject.toml index 732264f..49ff61b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "etcd3-client" -version = "0.95.0" +version = "0.95.1" description = "Python client for the etcd3" authors = ["GoodData Inc. ", "etcd3 authors"] readme = "README.md"