Skip to content

Commit

Permalink
Release/0.20.1 (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemDoum authored Sep 5, 2019
1 parent 0b4a558 commit 8a0ce9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

## [Unreleased]
## [0.20.1] - 2019-09-04
### Added
- Allow to bypass the model version check [#830](https://github.com/snipsco/snips-nlu/pull/830)
- Persist `CustomEntityParser` license when needed [#832](https://github.com/snipsco/snips-nlu/pull/832)
Expand Down Expand Up @@ -328,7 +328,7 @@ several commands.
- Fix compiling issue with `bindgen` dependency when installing from source
- Fix issue in `CRFSlotFiller` when handling builtin entities

[Unreleased]: https://github.com/snipsco/snips-nlu/compare/0.20.0...HEAD
[0.20.1]: https://github.com/snipsco/snips-nlu/compare/0.20.0...0.20.1
[0.20.0]: https://github.com/snipsco/snips-nlu/compare/0.19.8...0.20.0
[0.19.8]: https://github.com/snipsco/snips-nlu/compare/0.19.7...0.19.8
[0.19.7]: https://github.com/snipsco/snips-nlu/compare/0.19.6...0.19.7
Expand Down
2 changes: 1 addition & 1 deletion snips_nlu/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
__email__ = "[email protected], [email protected]"
__license__ = "Apache License, Version 2.0"

__version__ = "0.20.0"
__version__ = "0.20.1"
__model_version__ = "0.20.0"

__download_url__ = "https://github.com/snipsco/snips-nlu-language-resources/releases/download"
Expand Down

0 comments on commit 8a0ce9a

Please sign in to comment.