Skip to content

Commit 6c23df1

Browse files
authored
Increment version for purview releases (Azure#24854)
Increment package version after release of azure-purview-catalog
1 parent f54349e commit 6c23df1

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

sdk/purview/azure-purview-catalog/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Release History
22

3+
## 1.0.0b5 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
312

413
## 1.0.0b4 (2022-06-13)
514

sdk/purview/azure-purview-catalog/azure/purview/catalog/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "1.0.0b4"
9+
VERSION = "1.0.0b5"

sdk/purview/azure-purview-catalog/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
url='https://github.com/Azure/azure-sdk-for-python',
4848
keywords="azure, azure sdk", # update with search keywords relevant to the azure service / product
4949
classifiers=[
50-
'Development Status :: 4 - Beta',
50+
"Development Status :: 4 - Beta",
5151
'Programming Language :: Python',
5252
'Programming Language :: Python :: 3 :: Only',
5353
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)