From 34958e723a57a0ea323a3a4f0501640263bf530d Mon Sep 17 00:00:00 2001 From: laurenceisla Date: Fri, 3 Sep 2021 13:04:21 -0500 Subject: [PATCH] Add link and explanation to download the latest unreleased builds --- ecosystem.rst | 1 - releases/upcoming.rst | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ecosystem.rst b/ecosystem.rst index 2d96671d1..1104ac7a5 100644 --- a/ecosystem.rst +++ b/ecosystem.rst @@ -93,7 +93,6 @@ Client-Side Libraries * `postgrest-js `_ - TypeScript/JavaScript * `postgrest-kt `_ - Kotlin * `postgrest-py `_ - Python -* `postgrest-pyclient `_ - Python * `postgrest-request `_ - JS, SuperAgent * `postgrest-rs `_ - Rust * `postgrest-sharp-client `_ (needs maintainer) - C#, RestSharp diff --git a/releases/upcoming.rst b/releases/upcoming.rst index 5d9e0e437..120b69eaa 100644 --- a/releases/upcoming.rst +++ b/releases/upcoming.rst @@ -5,6 +5,9 @@ Upcoming ======== +These are changes yet unreleased. If you'd like to try them out before a new official release, access `the list of CI runs `_ +and select the newest commit, then download the build from the Artifacts section at the bottom of the page (you'll need a GitHub account to download it). + Added -----