Skip to content

Commit 5557c7a

Browse files
updated changelogs in preparation for file share typing release (#37755)
1 parent 9e01adc commit 5557c7a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

sdk/storage/azure-storage-file-share/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Release History
22

3-
## 12.19.0b1 (Unreleased)
3+
## 12.19.0 (2024-10-07)
44

55
### Features Added
6+
- Updated type hints across the entire package and enabled MyPy to run during CI. Some public types may have been adjusted if they were previously erroneous or incomplete.
67

78
## 12.18.0 (2024-09-17)
89

sdk/storage/azure-storage-file-share/azure/storage/fileshare/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# --------------------------------------------------------------------------
66

7-
VERSION = "12.19.0b1"
7+
VERSION = "12.19.0"

sdk/storage/azure-storage-file-share/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
url='https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/storage/azure-storage-file-share',
4646
keywords="azure, azure sdk",
4747
classifiers=[
48-
'Development Status :: 4 - Beta',
48+
'Development Status :: 5 - Product / Stable',
4949
'Programming Language :: Python',
5050
'Programming Language :: Python :: 3 :: Only',
5151
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)