Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add deprecate note to v1 of form recognizer #13945

Merged
merged 2 commits into from
Sep 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History

## 0.1.1 (2020-09-22)

- Package is deprecated. This version has endpoints that are no longer active. To use the more recent version of the Azure Form Recognizer service,
please install the azure-ai-formrecognizer package found here: https://pypi.org/project/azure-ai-formrecognizer/

## 0.1.0 (2019-05-08)

* Initial Release
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## NOTE: This package has been deprecated

This version has endpoints that are no longer active. To use the more recent version of the Azure Form Recognizer service,
please install the azure-ai-formrecognizer package found here: https://pypi.org/project/azure-ai-formrecognizer/

## Microsoft Azure SDK for Python

This is the Microsoft Azure Cognitive Services Form Recognizer Client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
# regenerated.
# --------------------------------------------------------------------------

VERSION = "0.1.0"
VERSION = "0.1.1"

Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
author_email='azpysdkhelp@microsoft.com',
url='https://github.com/Azure/azure-sdk-for-python',
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 7 - Inactive',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
Expand Down