Skip to content

Commit

Permalink
chore(version): the next version will be 0.10.5
Browse files Browse the repository at this point in the history
build(hanxiao): rolling out fix
  • Loading branch information
jina-bot committed Jul 31, 2022
1 parent c19dfc5 commit 7b752ba
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 @@ -94,6 +94,7 @@






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

- [[```6348454b```](https://github.com/jina-ai/discoart/commit/6348454b76d2f5b58517eb42f82551776eec25d2)] __-__ __version__: the next version will be 0.10.3 (*Jina Dev Bot*)

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

> Release time: 2022-07-31 16:39:05


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


### 🐞 Bug fixes

- [[```c19dfc5c```](https://github.com/jina-ai/discoart/commit/c19dfc5c385a4c70f0027ca3153f9720ad354968)] __-__ name_docarray should be unrelated to seed (*Han Xiao*)

### 🍹 Other Improvements

- [[```f4f45fd6```](https://github.com/jina-ai/discoart/commit/f4f45fd6fa92a581b230393a54f931655abcfe11)] __-__ __version__: the next version will be 0.10.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.10.4'
__version__ = '0.10.5'

__all__ = ['create', 'cheatsheet']

Expand Down

0 comments on commit 7b752ba

Please sign in to comment.