From 2e53afecbcfa78375b53939545a215bd9832928b Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Sat, 13 May 2017 22:03:54 +0800 Subject: [PATCH] Bump to version 1.6.0 Signed-off-by: Xuanwo --- CHANGELOG.md | 11 +++++++++++ qingstor/qsctl/__init__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36769676..05a2f2ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/qingstor/qsctl/__init__.py b/qingstor/qsctl/__init__.py index 030ec9ea..32e85fc4 100644 --- a/qingstor/qsctl/__init__.py +++ b/qingstor/qsctl/__init__.py @@ -15,4 +15,4 @@ # +------------------------------------------------------------------------- # -*- coding: utf-8 -*- -__version__ = '1.5.0' +__version__ = '1.6.0'