Skip to content

Commit

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






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

- [[```1831e37c```](https://github.com/jina-ai/discoart/commit/1831e37cbb0aa2c467fbb5367968fe0f22a94398)] __-__ __version__: the next version will be 0.11.5 (*Jina Dev Bot*)

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

> Release time: 2022-08-07 15:09:12


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


### 🆕 New Features

- [[```43663a0a```](https://github.com/jina-ai/discoart/commit/43663a0af1f7049e512667d694c56db97a34dc17)] __-__ add completed tab (#145) (*Han Xiao*)

### 🍹 Other Improvements

- [[```445115c2```](https://github.com/jina-ai/discoart/commit/445115c2b3af8cc1e9a3ebc461b1fa6069c24f39)] __-__ __version__: the next version will be 0.11.6 (*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.6'
__version__ = '0.11.7'

__all__ = ['create', 'cheatsheet']

Expand Down

0 comments on commit ae2060c

Please sign in to comment.