diff --git a/sdk/synapse/azure-synapse/CHANGELOG.md b/sdk/synapse/azure-synapse/CHANGELOG.md index 0460fa84d3a1..7819f1c4cbe6 100644 --- a/sdk/synapse/azure-synapse/CHANGELOG.md +++ b/sdk/synapse/azure-synapse/CHANGELOG.md @@ -1,5 +1,11 @@ # Release History +## 0.1.2 (2024-11-01) + +### Other Changes + +- This package has been officially deprecated and will no longer be maintained after 2020-04-13. This package will only receive security fixes until 2020-04-13. Please install the service specific packages prefixed by azure-synapse needed for your application. The complete list of available packages can be found at: https://aka.ms/azsdk/python/all + ## 0.1.1 (2020-04-13) * Deprecate azure-synapse diff --git a/sdk/synapse/azure-synapse/README.md b/sdk/synapse/azure-synapse/README.md index 0d4d9840105e..c06e6e8f6b3a 100644 --- a/sdk/synapse/azure-synapse/README.md +++ b/sdk/synapse/azure-synapse/README.md @@ -1,8 +1,6 @@ -# Microsoft Azure Synapse SDK for Python +# Microsoft Azure SDK for Python -This package was the Microsoft Azure Synapse bundle. - -It is deprecated. Please install the service specific packages prefixed by azure-synapse needed for your application. +This package has been officially deprecated and will no longer be maintained after 2020-04-13. This package will only receive security fixes until 2020-04-13. Please install the service specific packages prefixed by azure-synapse needed for your application. The complete list of available packages can be found at: https://aka.ms/azsdk/python/all diff --git a/sdk/synapse/azure-synapse/azure/synapse/_version.py b/sdk/synapse/azure-synapse/azure/synapse/_version.py index 8761a6c8ec5b..8fcdb35c50f9 100644 --- a/sdk/synapse/azure-synapse/azure/synapse/_version.py +++ b/sdk/synapse/azure-synapse/azure/synapse/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "0.1.1" +VERSION = "0.1.2" diff --git a/sdk/synapse/azure-synapse/setup.py b/sdk/synapse/azure-synapse/setup.py index e47e10cf55fa..3f11c8e4b76f 100644 --- a/sdk/synapse/azure-synapse/setup.py +++ b/sdk/synapse/azure-synapse/setup.py @@ -60,7 +60,7 @@ url='https://github.com/Azure/azure-sdk-for-python', keywords="azure, azure sdk", classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 7 - Inactive', 'Programming Language :: Python', 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7',