Skip to content

Commit

Permalink
chore(version): the next version will be 0.10.13
Browse files Browse the repository at this point in the history
build(hanxiao): rolling out fix
  • Loading branch information
jina-bot committed Aug 3, 2022
1 parent fa78ae1 commit 5baa0da
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@






<a name=release-note-0-0-1></a>
Expand Down Expand Up @@ -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*)

<a name=release-note-0-10-12></a>
## 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*)

2 changes: 1 addition & 1 deletion discoart/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

os.environ['KMP_DUPLICATE_LIB_OK'] = 'TRUE'

__version__ = '0.10.12'
__version__ = '0.10.13'

__all__ = ['create', 'cheatsheet']

Expand Down

0 comments on commit 5baa0da

Please sign in to comment.