Skip to content

Commit 80d2b2f

Browse files
authored
Increment version for storage releases (Azure#23449)
Increment package version after release of azure-storage-file-datalake
1 parent f90ec76 commit 80d2b2f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

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

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

3+
## 12.6.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 12.6.0 (2022-03-08)
414

515
This version and all future versions will require Python 3.6+. Python 2.7 is no longer supported.

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.6.0"
7+
VERSION = "12.6.1"

0 commit comments

Comments
 (0)