diff --git a/.travis.yml b/.travis.yml index a8383468..79d42993 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,8 @@ python: - "3.10" install: # pipをアップグレードする理由: pipのバージョンが古いと、pillowなど環境ごとにwheelを提供しているライブラリのインストールに失敗する可能性があるため - - pip install pip poetry --upgrade + - pip install pip --upgrade + - pip install poetry - travis_retry poetry install script: - make lint diff --git a/README.md b/README.md index 1c10c276..9843233e 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,11 @@ * `project download`コマンドを廃止します。`project download`コマンドは、名前からどのようなファイルがダウンロードできるのか想像しにくいためです。替わりに`annotation download`コマンドなど、各リソースに対するdownloadコマンドをご利用ください。 +### 2022-09-01 以降 +* `input_data put`コマンドでZIPファイルの登録する機能を廃止します。替わりに`input_data put_with_json`コマンドはご利用ください。 + + + # Requirements * Python 3.8+ diff --git a/annofabcli/__version__.py b/annofabcli/__version__.py index 41f24f1b..6685d00e 100644 --- a/annofabcli/__version__.py +++ b/annofabcli/__version__.py @@ -1 +1 @@ -__version__ = "1.67.0" +__version__ = "1.68.0" diff --git a/pyproject.toml b/pyproject.toml index aa2b4c37..0ba29dc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "annofabcli" -version = "1.67.0" +version = "1.68.0" description = "Utility Command Line Interface for AnnoFab" authors = ["yuji38kwmt"] license = "MIT" diff --git a/tests/test_input_data.py b/tests/test_input_data.py index f65cc22b..ef525735 100644 --- a/tests/test_input_data.py +++ b/tests/test_input_data.py @@ -88,7 +88,7 @@ def test_put_input_data_with_zip(self): main( [ "input_data", - "put", + "put_with_zip", "--project_id", project_id, "--zip",