Skip to content

Commit

Permalink
Bump to version 2.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <xuanwo@yunify.com>
  • Loading branch information
Xuanwo committed Feb 28, 2017
1 parent e26a6f6 commit 3c72f7d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion qingstor/sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# +-------------------------------------------------------------------------
# -*- coding: utf-8 -*-

__version__ = '2.1.0'
__version__ = '2.1.1'

0 comments on commit 3c72f7d

Please sign in to comment.