Skip to content

Commit

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






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

- [[```53a8a366```](https://github.com/jina-ai/discoart/commit/53a8a36643b43c0402bfbc2aac2134b4c14d76a9)] __-__ __version__: the next version will be 0.11.2 (*Jina Dev Bot*)

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

> Release time: 2022-08-05 21:32:42


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


### 🆕 New Features

- [[```d0e6e189```](https://github.com/jina-ai/discoart/commit/d0e6e1891a36130b8b0186f7ef374b4b47da68e4)] __-__ add image callback in sampling (#140) (*Han Xiao*)

### 🍹 Other Improvements

- [[```4738bc09```](https://github.com/jina-ai/discoart/commit/4738bc091ad52a2e2e0ea701db27b8de59b003d6)] __-__ __version__: the next version will be 0.11.3 (*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.3'
__version__ = '0.11.4'

__all__ = ['create', 'cheatsheet']

Expand Down

0 comments on commit 19079ab

Please sign in to comment.