diff --git a/CHANGELOG.md b/CHANGELOG.md index 8444d050..fb225b79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.2.1] - 2017-01-12 + +### Fixed + +- Fix import error in python3 + ## [1.2.0] - 2017-01-10 ### Added @@ -62,6 +68,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Hello, qsctl. +[1.2.1]: https://github.com/yunify/qsctl/compare/1.2.0...1.2.1 [1.2.0]: https://github.com/yunify/qsctl/compare/1.1.0...1.2.0 [1.1.0]: https://github.com/yunify/qsctl/compare/2cc5fe3c912dc37356d332b103c0f132e1058c63...1.1.0 [1.0.5]: https://github.com/yunify/qsctl/compare/82d42dcaaec9d58c8fdd6cad82bac56092416ff6...2cc5fe3c912dc37356d332b103c0f132e1058c63 diff --git a/setup.py b/setup.py index 6f581b66..c61b81bc 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='qsctl', - version='1.2.0', + version='1.2.1', description='Advanced command line tool for QingStor.', long_description=open('README.rst', 'rb').read().decode('utf-8'), keywords='yunify qingcloud qingstor qsctl object_storage',