Skip to content

Commit

Permalink
Merge pull request #47 from kurusugawa-computer/fix/versionup
Browse files Browse the repository at this point in the history
[versionup] v1.5.0
  • Loading branch information
yuji38kwmt authored Aug 28, 2019
2 parents 4a79ad4 + fd486c3 commit be7afe8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion annofabcli/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.4.5'
__version__ = '1.5.0'
5 changes: 0 additions & 5 deletions tests/test_local_image.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import json
import logging
import os
import zipfile
from pathlib import Path
Expand All @@ -18,10 +17,6 @@
label_color_json = json.load(f)
label_color_dict = {label_name: tuple(rgb) for label_name, rgb in label_color_json.items()}

logging_formatter = '%(levelname)s : %(asctime)s : %(name)s : %(funcName)s : %(message)s'
logging.basicConfig(format=logging_formatter)
logging.getLogger("annofabapi").setLevel(level=logging.DEBUG)


def test_write_image():
zip_path = test_dir / "simple-annotation.zip"
Expand Down

0 comments on commit be7afe8

Please sign in to comment.