Skip to content

Commit 70fb404

Browse files
author
oulinbao
committed
publish jdcloud-cli 1.2.5
1 parent 780706f commit 70fb404

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

jdcloud_cli/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
VERSION = '1.2.4'
17+
VERSION = '1.2.5'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from setuptools import setup, find_packages
2222
from jdcloud_cli.version import VERSION
2323

24-
install_requires = ['websocket-client', 'configparser', 'requests', 'more-itertools==8.0.2',
24+
install_requires = ['websocket-client', 'configparser', 'requests', 'more-itertools==5.0.0',
2525
'argcomplete', 'argparse', 'jdcloud_sdk==1.6.42', 'pyyaml', 'jinja2']
2626

2727

0 commit comments

Comments
 (0)