Skip to content

Commit

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






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

- [[```cf1f5814```](https://github.com/jina-ai/discoart/commit/cf1f581432dbc81846c66d4dadb4db30091f3dbf)] __-__ __version__: the next version will be 0.10.7 (*Jina Dev Bot*)

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

> Release time: 2022-08-02 09:10:17


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


### 🐞 Bug fixes

- [[```54b89a17```](https://github.com/jina-ai/discoart/commit/54b89a172fd96ec6e82b10221e303dd4c2b98597)] __-__ code generation package (*Han Xiao*)

### 🍹 Other Improvements

- [[```ba37c51e```](https://github.com/jina-ai/discoart/commit/ba37c51ed0944505edb726be301651a6d34a0e1f)] __-__ __version__: the next version will be 0.10.8 (*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.8'
__version__ = '0.10.9'

__all__ = ['create', 'cheatsheet']

Expand Down

0 comments on commit a8cd98c

Please sign in to comment.