Skip to content

Commit

Permalink
chore: upgrade version to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacksgong committed Sep 1, 2017
1 parent e4af31f commit 7df4f8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
- Fix: output all log when `log-line-regex` can't parse
- Fix: handle case of only message is valid
- Fix: fix print non-match content when the log can't match regex
- Fix: fix the default adb regex may wrong for some special case
2 changes: 1 addition & 1 deletion okcat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from okcat.terminalcolor import print_tips, print_blue

__author__ = 'JacksGong'
__version__ = '1.0.5'
__version__ = '1.0.6'
__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.0.5",
version="1.0.6",
packages=find_packages(exclude=['demo-conf', 'arts']),

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

0 comments on commit 7df4f8d

Please sign in to comment.