Skip to content

Commit

Permalink
chore(version): the next version will be 0.10.15
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 ee41c64 commit 3456b8b
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 @@ -104,6 +104,7 @@






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

- [[```5baa0da6```](https://github.com/jina-ai/discoart/commit/5baa0da6c9d7b2c1ee256b94abc16a8becc03ab6)] __-__ __version__: the next version will be 0.10.13 (*Jina Dev Bot*)

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

> Release time: 2022-08-04 12:17:29


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


### 🐞 Bug fixes

- [[```ee41c64c```](https://github.com/jina-ai/discoart/commit/ee41c64c6198f92abff41384dd90d5c232edb285)] __-__ init image when batch size greater than 1 (#135) (*Han Xiao*)

### 🍹 Other Improvements

- [[```18d0c3b7```](https://github.com/jina-ai/discoart/commit/18d0c3b70c874ef747efa16adb92860e3989e124)] __-__ __version__: the next version will be 0.10.14 (*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.14'
__version__ = '0.10.15'

__all__ = ['create', 'cheatsheet']

Expand Down

0 comments on commit 3456b8b

Please sign in to comment.