Skip to content

Commit

Permalink
Bump to version 1.7.3
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <xuanwo@yunify.com>
  • Loading branch information
Xuanwo committed Sep 28, 2017
1 parent e17cd36 commit b29de59
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.7.3] - 2017-09-28

### Added

- Add SectionReader to replace StringIO

### Changed

- Use 64M for part size
- Fixed read blocksize to 4M

### Fixed

- Improve upload speed on windows platform

## [1.7.2] - 2017-09-20

### Fixed
Expand Down Expand Up @@ -207,6 +222,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- Hello, qsctl.

[1.7.3]: https://github.com/yunify/qsctl/compare/1.7.2...1.7.3
[1.7.2]: https://github.com/yunify/qsctl/compare/1.7.1...1.7.2
[1.7.1]: https://github.com/yunify/qsctl/compare/1.7.0...1.7.1
[1.7.0]: https://github.com/yunify/qsctl/compare/1.6.2...1.7.0
Expand Down
2 changes: 1 addition & 1 deletion qingstor/qsctl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# +-------------------------------------------------------------------------
# -*- coding: utf-8 -*-

__version__ = '1.7.2'
__version__ = '1.7.3'

0 comments on commit b29de59

Please sign in to comment.