Skip to content

Commit c510565

Browse files
committed
Bump to version 2.2.2
Signed-off-by: Xuanwo <xuanwo@yunify.com>
1 parent 851b5c7 commit c510565

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [2.2.2] - 2017-08-16
8+
9+
### Fixed
10+
11+
- Add image and notification into sub resource list
12+
713
## [2.2.1] - 2017-08-15
814

915
### Added
@@ -127,6 +133,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
127133

128134
- Provide Official Qingstor SDK for Python
129135

136+
[2.2.2]: https://github.com/yunify/qingstor-sdk-python/compare/2.2.1...2.2.2
130137
[2.2.1]: https://github.com/yunify/qingstor-sdk-python/compare/2.2.0...2.2.1
131138
[2.2.0]: https://github.com/yunify/qingstor-sdk-python/compare/2.1.3...2.2.0
132139
[2.1.3]: https://github.com/yunify/qingstor-sdk-python/compare/2.1.2...2.1.3

qingstor/sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# +-------------------------------------------------------------------------
1616
# -*- coding: utf-8 -*-
1717

18-
__version__ = '2.2.1'
18+
__version__ = '2.2.2'

0 commit comments

Comments
 (0)