Skip to content

Commit 86fb551

Browse files
ClemDoumadrienball
authored andcommitted
Release 0.19.7.1 (#823)
1 parent 4129285 commit 86fb551

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.19.7.1]
55
### Fixed
66
- Fix non-deterministic behavior [#817](https://github.com/snipsco/snips-nlu/pull/817)
77
- Removed dependency on `semantic_version` to accept `"subpatches"` number [#825](https://github.com/snipsco/snips-nlu/pull/825)
@@ -289,7 +289,7 @@ several commands.
289289
- Fix compiling issue with `bindgen` dependency when installing from source
290290
- Fix issue in `CRFSlotFiller` when handling builtin entities
291291

292-
[Unreleased]: https://github.com/snipsco/snips-nlu/compare/0.19.7...lts-0.19.7.x
292+
[0.19.7.1]: https://github.com/snipsco/snips-nlu/compare/0.19.7...0.19.7.1
293293
[0.19.7]: https://github.com/snipsco/snips-nlu/compare/0.19.6...0.19.7
294294
[0.19.6]: https://github.com/snipsco/snips-nlu/compare/0.19.5...0.19.6
295295
[0.19.5]: https://github.com/snipsco/snips-nlu/compare/0.19.4...0.19.5

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.19.7"
16+
__version__ = "0.19.7.1"
1717
__model_version__ = "0.19.0"
1818

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

0 commit comments

Comments
 (0)