Skip to content

Commit

Permalink
chore(version): the next version will be 0.10.3
Browse files Browse the repository at this point in the history
build(hanxiao): rolling out fix
  • Loading branch information
jina-bot committed Jul 30, 2022
1 parent a820bc5 commit 6348454
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 @@ -92,6 +92,7 @@






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

- [[```332e2de2```](https://github.com/jina-ai/discoart/commit/332e2de23f8c0d6252fe177a48b27cef2ecd02a9)] __-__ __version__: the next version will be 0.10.1 (*Jina Dev Bot*)

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

> Release time: 2022-07-30 22:33:17


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


### 🧼 Code Refactoring

- [[```a820bc5e```](https://github.com/jina-ai/discoart/commit/a820bc5e6d000e9e896b61793aa881756b6496f5)] __-__ default no sha for faster load (#110) (*Han Xiao*)

### 🍹 Other Improvements

- [[```1a6ed8d8```](https://github.com/jina-ai/discoart/commit/1a6ed8d810e5c4c3203c81501542674a526bb361)] __-__ __version__: the next version will be 0.10.2 (*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.2'
__version__ = '0.10.3'

__all__ = ['create', 'cheatsheet']

Expand Down

0 comments on commit 6348454

Please sign in to comment.