Skip to content

Commit 0013ab6

Browse files
authored
Increment package version after release of azure_ai_formrecognizer (#11026)
1 parent a77ebda commit 0013ab6

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

sdk/formrecognizer/azure-ai-formrecognizer/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log azure-ai-formrecognizer
22

3+
## 1.0.0b2 (Unreleased)
4+
5+
36
## 1.0.0b1 (2020-04-23)
47

58
Version (1.0.0b1) is the first preview of our efforts to create a user-friendly and Pythonic client library for Azure Form Recognizer.
@@ -25,4 +28,4 @@ https://azure.github.io/azure-sdk/releases/latest/python.html.
2528
- Client and pipeline configuration is now available via keyword arguments at both the client level, and per-operation.
2629
See README for a link to optional configuration arguments
2730
- New error hierarchy:
28-
- All service errors will now use the base type: `azure.core.exceptions.HttpResponseError`
31+
- All service errors will now use the base type: `azure.core.exceptions.HttpResponseError`

sdk/formrecognizer/azure-ai-formrecognizer/azure/ai/formrecognizer/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# Licensed under the MIT License.
55
# ------------------------------------
66

7-
VERSION = "1.0.0b1"
7+
VERSION = "1.0.0b2"

sdk/formrecognizer/azure-ai-formrecognizer/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
author_email='azpysdkhelp@microsoft.com',
6060
url='https://github.com/Azure/azure-sdk-for-python',
6161
classifiers=[
62-
'Development Status :: 4 - Beta',
62+
"Development Status :: 4 - Beta",
6363
'Programming Language :: Python',
6464
'Programming Language :: Python :: 2',
6565
'Programming Language :: Python :: 2.7',

0 commit comments

Comments
 (0)