Skip to content

Commit

Permalink
chore(version): the next version will be 0.11.5
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 a71370a commit 1831e37
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 @@ -110,6 +110,7 @@






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

- [[```4738bc09```](https://github.com/jina-ai/discoart/commit/4738bc091ad52a2e2e0ea701db27b8de59b003d6)] __-__ __version__: the next version will be 0.11.3 (*Jina Dev Bot*)

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

> Release time: 2022-08-05 22:41:50


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


### 🐞 Bug fixes

- [[```a71370a7```](https://github.com/jina-ai/discoart/commit/a71370a756fcf31babe8f72e30991608a8b05780)] __-__ float to int in seeding (#141) (*Han Xiao*)

### 🍹 Other Improvements

- [[```19079ab2```](https://github.com/jina-ai/discoart/commit/19079ab22c9b5759d46dc765f92a6763c3dbac49)] __-__ __version__: the next version will be 0.11.4 (*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.4'
__version__ = '0.11.5'

__all__ = ['create', 'cheatsheet']

Expand Down

0 comments on commit 1831e37

Please sign in to comment.