Skip to content

Commit

Permalink
chore: release v1.1.5 to fix some devices adb connection lost
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacksgong committed Jun 26, 2018
1 parent 9ce1850 commit 329bc4f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.1.5

2018-06-24

- Fix: some dvices adb lost connection, closes #9 - by [Ryfthink](https://github.com/Ryfthink)

# 1.1.4

2018-05-24
Expand Down
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
![](https://img.shields.io/badge/license-Apache2-blue.svg)
[![](https://img.shields.io/badge/readme-English-blue.svg)](https://github.com/Jacksgong/okcat)
[![](https://img.shields.io/badge/readme-中文-blue.svg)](https://github.com/Jacksgong/okcat/blob/master/README-zh.md)
[![](https://img.shields.io/badge/pip-v1.1.4%20okcat-yellow.svg)](https://pypi.python.org/pypi/OkCat)
[![](https://img.shields.io/badge/pip-v1.1.5%20okcat-yellow.svg)](https://pypi.python.org/pypi/OkCat)
[![Build Status](https://travis-ci.org/Jacksgong/okcat.svg?branch=master)](https://travis-ci.org/Jacksgong/okcat)

强大的日志处理组件。
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
![](https://img.shields.io/badge/license-Apache2-blue.svg)
[![](https://img.shields.io/badge/readme-English-blue.svg)](https://github.com/Jacksgong/okcat)
[![](https://img.shields.io/badge/readme-中文-blue.svg)](https://github.com/Jacksgong/okcat/blob/master/README-zh.md)
[![](https://img.shields.io/badge/pip-v1.1.4%20okcat-yellow.svg)](https://pypi.python.org/pypi/OkCat)
[![](https://img.shields.io/badge/pip-v1.1.5%20okcat-yellow.svg)](https://pypi.python.org/pypi/OkCat)
[![Build Status](https://travis-ci.org/Jacksgong/okcat.svg?branch=master)](https://travis-ci.org/Jacksgong/okcat)

An powerful log processor.
Expand Down
2 changes: 1 addition & 1 deletion okcat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from okcat.terminalcolor import print_tips, print_blue, print_warn, print_header, print_exit

__author__ = 'JacksGong'
__version__ = '1.1.4'
__version__ = '1.1.5'
__description__ = 'This python script used for combine several Android projects to one project.'


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# noinspection PyArgumentList
setup(
name="OkCat",
version="1.1.4",
version="1.1.5",
packages=find_packages(exclude=['demo-conf', 'arts']),

# Project uses reStructuredText, so ensure that the docutils get
Expand Down

0 comments on commit 329bc4f

Please sign in to comment.