diff --git a/azure-servicefabric/HISTORY.rst b/azure-servicefabric/HISTORY.rst index 049e32a054c7..80524bea4cbd 100644 --- a/azure-servicefabric/HISTORY.rst +++ b/azure-servicefabric/HISTORY.rst @@ -3,6 +3,18 @@ Release History =============== +6.3.0.0 (2018-07-27) +++++++++++++++++++++ + +**Bugfixes** + +- Numerous improvements to descriptions and help texts + +**Features** + +- Add application health policies parameter for config upgrade +- Query to get nodes now supports specification to limit number of returned items + 6.2.0.0 (2018-05-10) ++++++++++++++++++++ diff --git a/azure-servicefabric/README.rst b/azure-servicefabric/README.rst index 5c63e58e6a83..cdb9d23af0aa 100644 --- a/azure-servicefabric/README.rst +++ b/azure-servicefabric/README.rst @@ -6,7 +6,7 @@ This is the Microsoft Azure Service Fabric Client Library. Azure Resource Manager (ARM) is the next generation of management APIs that replace the old Azure Service Management (ASM). -This package has been tested with Python 2.7, 3.4, 3.5 and 3.6. +This package has been tested with Python 2.7, 3.4, 3.5, 3.6, and 3.7. For the older Azure Service Management (ASM) libraries, see `azure-servicemanagement-legacy `__ library. diff --git a/azure-servicefabric/setup.py b/azure-servicefabric/setup.py index 768b3b8f36bd..97cd51c0089d 100644 --- a/azure-servicefabric/setup.py +++ b/azure-servicefabric/setup.py @@ -72,6 +72,7 @@ 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'License :: OSI Approved :: MIT License', ], zip_safe=False,