From 19079ab22c9b5759d46dc765f92a6763c3dbac49 Mon Sep 17 00:00:00 2001 From: Jina Dev Bot Date: Fri, 5 Aug 2022 21:32:46 +0000 Subject: [PATCH] chore(version): the next version will be 0.11.4 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 9521403..8e7b020 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -109,6 +109,7 @@ + @@ -2272,3 +2273,22 @@ - [[```53a8a366```](https://github.com/jina-ai/discoart/commit/53a8a36643b43c0402bfbc2aac2134b4c14d76a9)] __-__ __version__: the next version will be 0.11.2 (*Jina Dev Bot*) + +## Release Note (`0.11.3`) + +> Release time: 2022-08-05 21:32:42 + + + +🙇 We'd like to thank all contributors for this new release! In particular, + Han Xiao, Jina Dev Bot, 🙇 + + +### 🆕 New Features + + - [[```d0e6e189```](https://github.com/jina-ai/discoart/commit/d0e6e1891a36130b8b0186f7ef374b4b47da68e4)] __-__ add image callback in sampling (#140) (*Han Xiao*) + +### 🍹 Other Improvements + + - [[```4738bc09```](https://github.com/jina-ai/discoart/commit/4738bc091ad52a2e2e0ea701db27b8de59b003d6)] __-__ __version__: the next version will be 0.11.3 (*Jina Dev Bot*) + diff --git a/discoart/__init__.py b/discoart/__init__.py index 42ba5d8..5e019e9 100644 --- a/discoart/__init__.py +++ b/discoart/__init__.py @@ -2,7 +2,7 @@ os.environ['KMP_DUPLICATE_LIB_OK'] = 'TRUE' -__version__ = '0.11.3' +__version__ = '0.11.4' __all__ = ['create', 'cheatsheet']