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

Commit

Permalink
Tag for 1.5.3 release
Browse files Browse the repository at this point in the history
- Releases 1.5.1 and 1.5.2 were botched
  • Loading branch information
alfpark committed Oct 26, 2018
1 parent 5cab0e6 commit 76fcf97
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## [Unreleased]

## [1.5.3] - 2018-10-26
### Changed
- Binary builds are now built against Python 3.7.1
- Windows Docker image uses Python 3.7.1
- Timeouts were modified along with retries on 429
- Updated dependencies

### Fixed
- Fix SAS permission scope derivation on file shares
([#88](https://github.com/Azure/blobxfer/issues/88))
- Fix Python 3.7 compatibility issues

## [1.5.0] - 2018-09-17
### Added
- Mac OS binary build
Expand Down Expand Up @@ -407,7 +419,8 @@ usage documentation carefully when upgrading from 0.12.1.
`--no-skiponmatch`.
- 0.8.2: performance regression fixes

[Unreleased]: https://github.com/Azure/blobxfer/compare/1.5.0...HEAD
[Unreleased]: https://github.com/Azure/blobxfer/compare/1.5.3...HEAD
[1.5.3]: https://github.com/Azure/blobxfer/compare/1.5.0...1.5.3
[1.5.0]: https://github.com/Azure/blobxfer/compare/1.4.0...1.5.0
[1.4.0]: https://github.com/Azure/blobxfer/compare/1.3.1...1.4.0
[1.3.1]: https://github.com/Azure/blobxfer/compare/1.3.0...1.3.1
Expand Down
2 changes: 1 addition & 1 deletion blobxfer/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.

__version__ = '1.5.0'
__version__ = '1.5.3'

0 comments on commit 76fcf97

Please sign in to comment.