Skip to content

Commit

Permalink
chore(version): the next version will be 0.10.2
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 892f868 commit 1a6ed8d
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 @@ -91,6 +91,7 @@






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

- [[```63f6161f```](https://github.com/jina-ai/discoart/commit/63f6161ff808ffef903fcccad09e5e4e0c4a8c0b)] __-__ __version__: the next version will be 0.9.8 (*Jina Dev Bot*)

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

> Release time: 2022-07-30 22:15:56


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


### 🧼 Code Refactoring

- [[```892f8686```](https://github.com/jina-ai/discoart/commit/892f8686849787d0eb314bfebd70dd3e348b61d0)] __-__ use context manager (#109) (*Han Xiao*)

### 🍹 Other Improvements

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

__all__ = ['create', 'cheatsheet']

Expand Down

0 comments on commit 1a6ed8d

Please sign in to comment.