From 5baa0da6c9d7b2c1ee256b94abc16a8becc03ab6 Mon Sep 17 00:00:00 2001 From: Jina Dev Bot Date: Wed, 3 Aug 2022 18:28:04 +0000 Subject: [PATCH] chore(version): the next version will be 0.10.13 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 f63bbef..c5e03e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -102,6 +102,7 @@ + @@ -2132,3 +2133,22 @@ - [[```c9effc93```](https://github.com/jina-ai/discoart/commit/c9effc939440c10b05844790b33c0c7459919eab)] __-__ __version__: the next version will be 0.10.11 (*Jina Dev Bot*) + +## Release Note (`0.10.12`) + +> Release time: 2022-08-03 18:27:59 + + + +🙇 We'd like to thank all contributors for this new release! In particular, + Han Xiao, Jina Dev Bot, 🙇 + + +### 🆕 New Features + + - [[```fa78ae19```](https://github.com/jina-ai/discoart/commit/fa78ae199ca0b7fb563987f9b6f86de63a0ad033)] __-__ add option for visualizing cuts (#130) (*Han Xiao*) + +### 🍹 Other Improvements + + - [[```a62b3324```](https://github.com/jina-ai/discoart/commit/a62b332499dfacfadf2a37765767c9340d25dbfe)] __-__ __version__: the next version will be 0.10.12 (*Jina Dev Bot*) + diff --git a/discoart/__init__.py b/discoart/__init__.py index 703a459..2252913 100644 --- a/discoart/__init__.py +++ b/discoart/__init__.py @@ -2,7 +2,7 @@ os.environ['KMP_DUPLICATE_LIB_OK'] = 'TRUE' -__version__ = '0.10.12' +__version__ = '0.10.13' __all__ = ['create', 'cheatsheet']