Skip to content

Commit e25b0a0

Browse files
publish jdcloud-cli 1.2.11
1 parent 44cb741 commit e25b0a0

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

jdcloud_cli/version.py

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

17-
VERSION = '1.2.10'
17+
VERSION = '1.2.11'
18+
1819

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from jdcloud_cli.version import VERSION
2323

2424
install_requires = ['websocket-client<=0.59.0', 'configparser==4.0.2', 'requests', 'more-itertools==5.0.0',
25-
'argcomplete', 'argparse', 'jdcloud_sdk==1.6.179', 'pyyaml', 'jinja2==2.11.2', 'MarkupSafe==1.1.1', 'zipp==0.6.0']
25+
'argcomplete', 'argparse', 'jdcloud_sdk==1.6.180', 'pyyaml', 'jinja2==2.11.2', 'MarkupSafe==1.1.1', 'zipp==0.6.0']
2626

2727

2828
setup(
@@ -41,3 +41,4 @@
4141
]
4242
}
4343
)
44+

0 commit comments

Comments
 (0)