azure-functions-python-worker icon indicating copy to clipboard operation
azure-functions-python-worker copied to clipboard

[BUG] azure-functions-python-library version 1.11.0 is classified as production release in PyPI and other package managers

Open katz opened this issue 3 years ago • 1 comments

Investigative information

Please provide the following:

In GitHub, azure-functions-python-library 1.11.0 is categorized as Pre-release. https://github.com/Azure/azure-functions-python-library/releases/tag/1.11.0

But, according to PEP 440, the version name 1.11.0 doesn't contain Pre-release separators notation. Because of this, 1.11.0 is considered as production release in package managers like Poetry and PyPI.

If the version 1.11.0 is alpha, beta or release candidate release, the version notation should be 1.11.0a1, 1.11.0b1 or 1.11.0rc1 respectively.

katz avatar May 02 '22 03:05 katz

marking lib nonbeta released and all worker versions released

YunchuWang avatar Jul 15 '22 18:07 YunchuWang