Skip to content

Commit

Permalink
🔖 Releasing / Version tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrikerMan committed Mar 30, 2020
1 parent fa4f212 commit 41e36f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/about/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ pip show kashgari

## Current Release

### [1.1.4] - 2020.03.30

- 🐛 Fix bert embedding v2 error, set default to not-trainable. ([#354], [#346])

### [1.1.3] - 2020.03.28

- 🐛 Fixing vocab_path typo.
Expand Down Expand Up @@ -179,3 +183,5 @@ Here is how the existing versions changes
[#248]: https://github.com/BrikerMan/Kashgari/issues/248
[#249]: https://github.com/BrikerMan/Kashgari/issues/249
[#303]: https://github.com/BrikerMan/Kashgari/issues/303
[#346]: https://github.com/BrikerMan/Kashgari/issues/346
[#354]: https://github.com/BrikerMan/Kashgari/issues/354
2 changes: 1 addition & 1 deletion kashgari/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
# file: __version__.py.py
# time: 2019-05-20 16:32

__version__ = '1.1.3'
__version__ = '1.1.4'

0 comments on commit 41e36f5

Please sign in to comment.