Skip to content

Commit

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






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

- [[```18d0c3b7```](https://github.com/jina-ai/discoart/commit/18d0c3b70c874ef747efa16adb92860e3989e124)] __-__ __version__: the next version will be 0.10.14 (*Jina Dev Bot*)

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

> Release time: 2022-08-04 13:30:57


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


### 🐞 Bug fixes

- [[```e3181503```](https://github.com/jina-ai/discoart/commit/e3181503a733473911f596e45de699af52d54228)] __-__ tempfile usage on windows (#136) (*Han Xiao*)

### 🍹 Other Improvements

- [[```3456b8b5```](https://github.com/jina-ai/discoart/commit/3456b8b5b3827d836a3d6130f87ad8cbc3a2edce)] __-__ __version__: the next version will be 0.10.15 (*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.15'
__version__ = '0.10.16'

__all__ = ['create', 'cheatsheet']

Expand Down

0 comments on commit aec0e67

Please sign in to comment.