Skip to content

Commit

Permalink
Bump to version 1.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <xuanwo@yunify.com>
  • Loading branch information
Xuanwo committed May 13, 2017
1 parent 169fb63 commit 2e53afe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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.6.0] - 2017-05-13

### Added

- Add rate limit feature

### Fixed

- Fix crash when executing the help sub-command

## [1.5.0] - 2017-04-11

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

- Hello, qsctl.

[1.6.0]: https://github.com/yunify/qsctl/compare/1.5.0...1.6.0
[1.5.0]: https://github.com/yunify/qsctl/compare/1.4.1...1.5.0
[1.4.1]: https://github.com/yunify/qsctl/compare/1.4.0...1.4.1
[1.4.0]: https://github.com/yunify/qsctl/compare/1.3.1...1.4.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.5.0'
__version__ = '1.6.0'

0 comments on commit 2e53afe

Please sign in to comment.