Skip to content

Commit

Permalink
Bump to version 1.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Mar 1, 2017
1 parent c3767a9 commit efb378f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ 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.4.0] - 2017-03-01

### Added

- Add presign command

### Changed

- Allow user operating buckets granted by policy

### Fixed

- Fix progressbar not close correctly

## [1.3.1] - 2017-02-28

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

- Hello, qsctl.

[1.4.0]: https://github.com/yunify/qsctl/compare/1.3.1...1.4.0
[1.3.1]: https://github.com/yunify/qsctl/compare/1.3.0...1.3.1
[1.3.0]: https://github.com/yunify/qsctl/compare/1.2.3...1.3.0
[1.2.3]: https://github.com/yunify/qsctl/compare/1.2.2...1.2.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='qsctl',
version='1.3.1',
version='1.4.0',
description='Advanced command line tool for QingStor.',
long_description=open('README.rst', 'rb').read().decode('utf-8'),
keywords='yunify qingcloud qingstor qsctl object_storage',
Expand Down

0 comments on commit efb378f

Please sign in to comment.