From 445115c2b3af8cc1e9a3ebc461b1fa6069c24f39 Mon Sep 17 00:00:00 2001 From: Jina Dev Bot Date: Sat, 6 Aug 2022 11:11:22 +0000 Subject: [PATCH] chore(version): the next version will be 0.11.6 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 6e1babf..eadceb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -111,6 +111,7 @@ + @@ -2312,3 +2313,22 @@ - [[```19079ab2```](https://github.com/jina-ai/discoart/commit/19079ab22c9b5759d46dc765f92a6763c3dbac49)] __-__ __version__: the next version will be 0.11.4 (*Jina Dev Bot*) + +## Release Note (`0.11.5`) + +> Release time: 2022-08-06 11:11:19 + + + +🙇 We'd like to thank all contributors for this new release! In particular, + Han Xiao, Jina Dev Bot, 🙇 + + +### 🐞 Bug fixes + + - [[```8219965b```](https://github.com/jina-ai/discoart/commit/8219965be21770caf07443bf8979706f6227901e)] __-__ str and int in arg parsing (#143) (*Han Xiao*) + +### 🍹 Other Improvements + + - [[```1831e37c```](https://github.com/jina-ai/discoart/commit/1831e37cbb0aa2c467fbb5367968fe0f22a94398)] __-__ __version__: the next version will be 0.11.5 (*Jina Dev Bot*) + diff --git a/discoart/__init__.py b/discoart/__init__.py index 53acac9..0d8c5af 100644 --- a/discoart/__init__.py +++ b/discoart/__init__.py @@ -2,7 +2,7 @@ os.environ['KMP_DUPLICATE_LIB_OK'] = 'TRUE' -__version__ = '0.11.5' +__version__ = '0.11.6' __all__ = ['create', 'cheatsheet']