Skip to content

Commit

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






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

- [[```445115c2```](https://github.com/jina-ai/discoart/commit/445115c2b3af8cc1e9a3ebc461b1fa6069c24f39)] __-__ __version__: the next version will be 0.11.6 (*Jina Dev Bot*)

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

> Release time: 2022-08-08 06:13:22


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


### 🐞 Bug fixes

- [[```af520289```](https://github.com/jina-ai/discoart/commit/af5202899f20144885fc0f2ea2099ec776ea040d)] __-__ int parse (#147) (*Han Xiao*)

### 🍹 Other Improvements

- [[```ae2060c9```](https://github.com/jina-ai/discoart/commit/ae2060c9c91bc5ed2da4cc230c7b56f5eeb2944a)] __-__ __version__: the next version will be 0.11.7 (*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.7'
__version__ = '0.11.8'

__all__ = ['create', 'cheatsheet']

Expand Down

0 comments on commit 82d7a46

Please sign in to comment.