Skip to content

Commit

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






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

- [[```19079ab2```](https://github.com/jina-ai/discoart/commit/19079ab22c9b5759d46dc765f92a6763c3dbac49)] __-__ __version__: the next version will be 0.11.4 (*Jina Dev Bot*)

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

> Release time: 2022-08-06 11:11:19


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


### 🐞 Bug fixes

- [[```8219965b```](https://github.com/jina-ai/discoart/commit/8219965be21770caf07443bf8979706f6227901e)] __-__ str and int in arg parsing (#143) (*Han Xiao*)

### 🍹 Other Improvements

- [[```1831e37c```](https://github.com/jina-ai/discoart/commit/1831e37cbb0aa2c467fbb5367968fe0f22a94398)] __-__ __version__: the next version will be 0.11.5 (*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.5'
__version__ = '0.11.6'

__all__ = ['create', 'cheatsheet']

Expand Down

0 comments on commit 445115c

Please sign in to comment.