Skip to content

Commit

Permalink
chore: upgrade to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacksgong committed Oct 10, 2017
1 parent 94ff57e commit b37d2ec
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.1

2017-10-10

- Feat: show tips instead of crash when user don't provide config-file name to parse log file. Closes #2

# 1.1.0

2017-09-27
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.0%20okcat-yellow.svg)](https://pypi.python.org/pypi/OkCat)
[![](https://img.shields.io/badge/pip-v1.1.1%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.0%20okcat-yellow.svg)](https://pypi.python.org/pypi/OkCat)
[![](https://img.shields.io/badge/pip-v1.1.1%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.0'
__version__ = '1.1.1'
__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 @@ -24,7 +24,7 @@

setup(
name="OkCat",
version="1.1.0",
version="1.1.1",
packages=find_packages(exclude=['demo-conf', 'arts']),

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

0 comments on commit b37d2ec

Please sign in to comment.