Skip to content

Commit

Permalink
chore(version): the next version will be 0.11.1
Browse files Browse the repository at this point in the history
build(hanxiao): rolling out fix
  • Loading branch information
jina-bot committed Aug 4, 2022
1 parent b6bd8dd commit 640211e
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 @@ -106,6 +106,7 @@






<a name=release-note-0-0-1></a>
Expand Down Expand Up @@ -2212,3 +2213,22 @@

- [[```3456b8b5```](https://github.com/jina-ai/discoart/commit/3456b8b5b3827d836a3d6130f87ad8cbc3a2edce)] __-__ __version__: the next version will be 0.10.15 (*Jina Dev Bot*)

<a name=release-note-0-11-0></a>
## Release Note (`0.11.0`)

> Release time: 2022-08-04 20:43:09


🙇 We'd like to thank all contributors for this new release! In particular,
Han Xiao, Jina Dev Bot, 🙇


### 🐞 Bug fixes

- [[```b6bd8dd6```](https://github.com/jina-ai/discoart/commit/b6bd8dd64d1ec582a507ad65060181b9f388a87f)] __-__ cutouts generation (#138) (*Han Xiao*)

### 🍹 Other Improvements

- [[```aec0e673```](https://github.com/jina-ai/discoart/commit/aec0e673849086696231ac29c9e3cf2fb5630ec8)] __-__ __version__: the next version will be 0.10.16 (*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.11.0'
__version__ = '0.11.1'

__all__ = ['create', 'cheatsheet']

Expand Down

0 comments on commit 640211e

Please sign in to comment.