Skip to content

Commit 98ab655

Browse files
author
金山云SDK
authored
Merge pull request KscSDK#83 from KscSDK/trunk
Trunk
2 parents 3207e02 + 6e8b239 commit 98ab655

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+241
-160
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
.idea*
1+
.idea*
2+
**/*.pyc
3+
build/
4+
dist/
5+
ksc_sdk_python.egg-info/

kscore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import re
1717
import logging
1818

19-
__version__ = '1.0.8'
19+
__version__ = '1.0.9'
2020

2121

2222
class NullHandler(logging.Handler):

kscore/__init__.pyc

-2.58 KB
Binary file not shown.

kscore/auth.pyc

-24.1 KB
Binary file not shown.

kscore/client.pyc

-21.2 KB
Binary file not shown.

kscore/compat.pyc

-8.8 KB
Binary file not shown.

kscore/config.pyc

-5.03 KB
Binary file not shown.

kscore/configloader.pyc

-7.1 KB
Binary file not shown.

kscore/credentials.pyc

-33 KB
Binary file not shown.

0 commit comments

Comments
 (0)