From bab518d482a77434dfcbaa3a9846fb5434d7d34c Mon Sep 17 00:00:00 2001 From: John Vu Date: Thu, 14 Mar 2024 14:57:36 -0700 Subject: [PATCH] Remove beta flag --- codegen/templates/README.mustache | 5 ----- 1 file changed, 5 deletions(-) diff --git a/codegen/templates/README.mustache b/codegen/templates/README.mustache index 2080a86..1c68f71 100644 --- a/codegen/templates/README.mustache +++ b/codegen/templates/README.mustache @@ -1,10 +1,5 @@ # {{{projectName}}} [![GitHub release][release-image]]() [![PyPi Version][pypi-image]][pypi-url] -> **Warning** -> Python client library version `>5.X.X` is currently in BETA and subject to change. Please use v3.2.X for stable / production environments `pip install asana==3.2.2`. If you have feedback on the new version, please your feedback [here](https://form.asana.com/?k=C4sELCq6hAUsoWEY0kJwAA&d=15793206719). - -> You can try out our new python beta by installing version [v{{packageVersion}}](https://github.com/Asana/python-asana/tree/v{{packageVersion}}) (`pip install asana=={{packageVersion}}`) - - API version: {{appVersion}} - Package version: {{packageVersion}} {{^hideGenerationTimestamp}}