Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 0990468

Browse files
committed
Tag for 1.9.3 release
1 parent fe1a88d commit 0990468

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## [Unreleased]
44

5+
## [1.9.3] - 2019-09-19
56
### Fixed
67
- Fix SAS permission derivation on SAS keys with leading '?' character
78

@@ -533,7 +534,8 @@ usage documentation carefully when upgrading from 0.12.1.
533534
`--no-skiponmatch`.
534535
- 0.8.2: performance regression fixes
535536

536-
[Unreleased]: https://github.com/Azure/blobxfer/compare/1.9.2...HEAD
537+
[Unreleased]: https://github.com/Azure/blobxfer/compare/1.9.3...HEAD
538+
[1.9.3]: https://github.com/Azure/blobxfer/compare/1.9.2...1.9.3
537539
[1.9.2]: https://github.com/Azure/blobxfer/compare/1.9.1...1.9.2
538540
[1.9.1]: https://github.com/Azure/blobxfer/compare/1.9.0...1.9.1
539541
[1.9.0]: https://github.com/Azure/blobxfer/compare/1.8.0...1.9.0

blobxfer/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2323
# DEALINGS IN THE SOFTWARE.
2424

25-
__version__ = '1.9.2'
25+
__version__ = '1.9.3'

0 commit comments

Comments
 (0)