Skip to content

Commit c382387

Browse files
authored
Merge pull request #213 from longbai/release_7.0.8
version update
2 parents 7b68fb8 + 916d4e9 commit c382387

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ before_script:
1919
- export QINIU_TEST_ENV="travis"
2020
- export PYTHONPATH="$PYTHONPATH:."
2121
script:
22-
- flake8 --show-source --show-pep8 --max-line-length=160 .
22+
- flake8 --show-source --max-line-length=160 .
2323
- py.test --cov qiniu
2424
- ocular --data-file .coverage
2525
deploy:

qiniu/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# flake8: noqa
1111

12-
__version__ = '7.0.7'
12+
__version__ = '7.0.8'
1313

1414
from .auth import Auth
1515

qiniu/host_mgr.py

Whitespace-only changes.

0 commit comments

Comments
 (0)