From 3c72f7d788d6a6c369c28c11fd8f1fe6b40d389d Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Tue, 28 Feb 2017 17:46:16 +0800 Subject: [PATCH] Bump to version 2.1.1 Signed-off-by: Xuanwo --- CHANGELOG.md | 9 +++++++++ qingstor/sdk/__init__.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16abe71..17572d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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/). +## [2.1.1] - 2017-02-28 + +### Fixed + +- Fix query_sign wrong with content_type +- Fix sign_error generate url error with empty query +- Fix body unpack error with empty body + ## [2.1.0] - 2017-02-24 ### Added @@ -74,6 +82,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - Provide Official Qingstor SDK for Python +[2.1.1]: https://github.com/yunify/qingstor-sdk-python/compare/2.1.0...2.1.1 [2.1.0]: https://github.com/yunify/qingstor-sdk-python/compare/2.0.3...2.1.0 [2.0.3]: https://github.com/yunify/qingstor-sdk-python/compare/2.0.2...2.0.3 [2.0.2]: https://github.com/yunify/qingstor-sdk-python/compare/2.0.1...2.0.2 diff --git a/qingstor/sdk/__init__.py b/qingstor/sdk/__init__.py index 6983b29..ba4c833 100644 --- a/qingstor/sdk/__init__.py +++ b/qingstor/sdk/__init__.py @@ -15,4 +15,4 @@ # +------------------------------------------------------------------------- # -*- coding: utf-8 -*- -__version__ = '2.1.0' +__version__ = '2.1.1'