Skip to content

Commit b4815d1

Browse files
authored
Increment package version after release of azure_storage_file_datalake (Azure#16157)
1 parent 41fe49a commit b4815d1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

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

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

3+
## 12.2.2 (Unreleased)
4+
5+
36
## 12.2.1 (2021-01-13)
47
**New features**
58
- Added support for `AzureSasCredential` to allow SAS rotation in long living clients.
@@ -39,7 +42,7 @@
3942
**New Feature**
4043
- Block size is increased to 4GB at maximum, max single put size is increased to 5GB.
4144

42-
## 12.0.2 (2020-6-12)
45+
## 12.0.2
4346
**Fixes**
4447
- Improve the performance of upload when using max_concurrency
4548

sdk/storage/azure-storage-file-datalake/azure/storage/filedatalake/_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.2.1"
7+
VERSION = "12.2.2"

0 commit comments

Comments
 (0)