Skip to content

Commit

Permalink
Bump to version 1.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Jan 12, 2017
1 parent e175893 commit 7dd2d0d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 7dd2d0d

Please sign in to comment.