Skip to content

Commit

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






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

- [[```31a690e4```](https://github.com/jina-ai/discoart/commit/31a690e446c1690b795dff274060387ca72cd2d8)] __-__ __version__: the next version will be 0.10.10 (*Jina Dev Bot*)

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

> Release time: 2022-08-03 10:45:31


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


### 🐞 Bug fixes

- [[```82b9b897```](https://github.com/jina-ai/discoart/commit/82b9b897568963b4d46a06089e145e0dd0c663cc)] __-__ final output and progress on save (#128) (*Han Xiao*)

### 🍹 Other Improvements

- [[```c9effc93```](https://github.com/jina-ai/discoart/commit/c9effc939440c10b05844790b33c0c7459919eab)] __-__ __version__: the next version will be 0.10.11 (*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.11'
__version__ = '0.10.12'

__all__ = ['create', 'cheatsheet']

Expand Down

0 comments on commit a62b332

Please sign in to comment.