We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a209e4a commit 3e01d23Copy full SHA for 3e01d23
sdk/keyvault/azure-keyvault/README.md
@@ -43,5 +43,4 @@ see the Code of Conduct FAQ or contact [email protected] with any
43
additional questions or comments.
44
45
[code_of_conduct]: https://opensource.microsoft.com/codeofconduct/
46
-
47
+[pip]: https://pypi.org/project/azure-keyvault/
sdk/keyvault/azure-keyvault/setup.py
@@ -16,7 +16,7 @@
16
17
setup(
18
name='azure-keyvault',
19
- version='4.2.1b1',
+ version='4.2.0',
20
description='Microsoft Azure Key Vault Client Libraries for Python',
21
long_description=README + "\n\n" + CHANGELOG,
22
long_description_content_type="text/markdown",
0 commit comments