From 3456b8b5b3827d836a3d6130f87ad8cbc3a2edce Mon Sep 17 00:00:00 2001 From: Jina Dev Bot Date: Thu, 4 Aug 2022 12:17:33 +0000 Subject: [PATCH] chore(version): the next version will be 0.10.15 build(hanxiao): rolling out fix --- CHANGELOG.md | 20 ++++++++++++++++++++ discoart/__init__.py | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e8ac55..445ab05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -104,6 +104,7 @@ + @@ -2172,3 +2173,22 @@ - [[```5baa0da6```](https://github.com/jina-ai/discoart/commit/5baa0da6c9d7b2c1ee256b94abc16a8becc03ab6)] __-__ __version__: the next version will be 0.10.13 (*Jina Dev Bot*) + +## Release Note (`0.10.14`) + +> Release time: 2022-08-04 12:17:29 + + + +🙇 We'd like to thank all contributors for this new release! In particular, + Han Xiao, Jina Dev Bot, 🙇 + + +### 🐞 Bug fixes + + - [[```ee41c64c```](https://github.com/jina-ai/discoart/commit/ee41c64c6198f92abff41384dd90d5c232edb285)] __-__ init image when batch size greater than 1 (#135) (*Han Xiao*) + +### 🍹 Other Improvements + + - [[```18d0c3b7```](https://github.com/jina-ai/discoart/commit/18d0c3b70c874ef747efa16adb92860e3989e124)] __-__ __version__: the next version will be 0.10.14 (*Jina Dev Bot*) + diff --git a/discoart/__init__.py b/discoart/__init__.py index 5360f39..73dcd15 100644 --- a/discoart/__init__.py +++ b/discoart/__init__.py @@ -2,7 +2,7 @@ os.environ['KMP_DUPLICATE_LIB_OK'] = 'TRUE' -__version__ = '0.10.14' +__version__ = '0.10.15' __all__ = ['create', 'cheatsheet']