Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion sdk/schemaregistry/azure-schemaregistry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Release History

## 1.0.0b4 (Unreleased)
## 1.0.0 (Unreleased)

### Features Added

- GA release.

### Breaking Changes

### Bugs Fixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
#
# --------------------------------------------------------------------------

VERSION = "1.0.0b4"
VERSION = "1.0.0"
2 changes: 1 addition & 1 deletion sdk/schemaregistry/azure-schemaregistry/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
packages=find_packages(exclude=exclude_packages),
install_requires=[
'msrest>=0.5.0',
'azure-core<2.0.0,>=1.19.0'
'azure-core<2.0.0,>=1.20.0'
],
extras_require={
":python_version<'3.0'": ['azure-nspkg']
Expand Down
2 changes: 1 addition & 1 deletion shared_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ backports.functools-lru-cache >= 1.6.4; python_version == "2.7"
#override azure-security-attestation msrest>=0.6.21
#override azure-security-attestation azure-core<2.0.0,>=1.8.2
#override azure-data-tables msrest>=0.6.19
#override azure-schemaregistry azure-core<2.0.0,>=1.19.0
#override azure-schemaregistry azure-core<2.0.0,>=1.20.0
opencensus>=0.6.0
opencensus-ext-threading
opencensus-ext-azure>=0.3.1
Expand Down