Skip to content

Commit

Permalink
Bump to version 2.1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <xuanwo@yunify.com>
  • Loading branch information
Xuanwo committed Aug 10, 2017
1 parent 0230f52 commit 38b729a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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.3] - 2017-08-10

### Fixed

- Fix bug that can cause large memory usage
- Fix setup error for python2.6

### Changed

- Requests do not bundle urllib3 any more

## [2.1.2] - 2017-05-24

### Fixed
Expand Down Expand Up @@ -79,7 +90,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

### Changed

- Builder will check value if exists before use
- Builder will check value if exists before use

## [2.0.0b2] - 2017-01-03

Expand All @@ -93,6 +104,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

- Provide Official Qingstor SDK for Python

[2.1.3]: https://github.com/yunify/qingstor-sdk-python/compare/2.1.2...2.1.3
[2.1.2]: https://github.com/yunify/qingstor-sdk-python/compare/2.1.1...2.1.2
[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
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.2'
__version__ = '2.1.3'

0 comments on commit 38b729a

Please sign in to comment.