From ed2d8fa1b6d3832d14668cf49f17a8cffba83d78 Mon Sep 17 00:00:00 2001 From: marvzhang Date: Thu, 19 Mar 2020 11:10:04 +0800 Subject: [PATCH] updated cli --- CHANGELOG.md | 6 ++++++ nodejs/package.json | 2 +- python/crawlab/config/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f729a7b..c7f4d07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.1.5 (2020-03-19) +### Features / Enhancement + +### Bug Fixes +- **CLI unable to use on Windows of some versions**. + # 0.1.4 (2020-03-18) ### Features / Enhancement diff --git a/nodejs/package.json b/nodejs/package.json index 7356772..99311a0 100644 --- a/nodejs/package.json +++ b/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "crawlab-sdk", - "version": "0.1.4", + "version": "0.1.5", "description": "Node.js SDK for Crawlab", "main": "index.js", "scripts": { diff --git a/python/crawlab/config/__init__.py b/python/crawlab/config/__init__.py index 93686cd..d3d645e 100644 --- a/python/crawlab/config/__init__.py +++ b/python/crawlab/config/__init__.py @@ -1 +1 @@ -VERSION = '0.1.4' +VERSION = '0.1.5'