Skip to content

Commit 8a0ce9a

Browse files
authored
Release/0.20.1 (#851)
1 parent 0b4a558 commit 8a0ce9a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

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

331-
[Unreleased]: https://github.com/snipsco/snips-nlu/compare/0.20.0...HEAD
331+
[0.20.1]: https://github.com/snipsco/snips-nlu/compare/0.20.0...0.20.1
332332
[0.20.0]: https://github.com/snipsco/snips-nlu/compare/0.19.8...0.20.0
333333
[0.19.8]: https://github.com/snipsco/snips-nlu/compare/0.19.7...0.19.8
334334
[0.19.7]: https://github.com/snipsco/snips-nlu/compare/0.19.6...0.19.7

snips_nlu/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
__email__ = "clement.doumouro@snips.ai, adrien.ball@snips.ai"
1414
__license__ = "Apache License, Version 2.0"
1515

16-
__version__ = "0.20.0"
16+
__version__ = "0.20.1"
1717
__model_version__ = "0.20.0"
1818

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

0 commit comments

Comments
 (0)