Skip to content

Commit fd22b6c

Browse files
committed
[tech] Release v1.6.3
1 parent 6fb3267 commit fd22b6c

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.6.3] - 2021-06-08
810
### Added
911
- Python version is checked before running the script
1012

@@ -339,7 +341,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
339341
- Support for slot value names
340342
- Generator able to generate an output file in *Rasa NLU* format (without support for synonyms or regex features)
341343

342-
[Unreleased]: https://github.com/SimGus/Chatette/compare/v1.6.2...HEAD
344+
[Unreleased]: https://github.com/SimGus/Chatette/compare/v1.6.3...HEAD
345+
[1.6.3]: https://github.com/SimGus/Chatette/compare/v1.6.2...v1.6.3
343346
[1.6.2]: https://github.com/SimGus/Chatette/compare/v1.6.1...v1.6.2
344347
[1.6.1]: https://github.com/SimGus/Chatette/compare/v1.6.0...v1.6.1
345348
[1.6.0]: https://github.com/SimGus/Chatette/compare/v1.5.0...v1.6.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="chatette",
13-
version="1.6.2",
13+
version="1.6.3",
1414
description="A dataset generator for Rasa NLU",
1515
author="SimGus",
1616
license="MIT",

0 commit comments

Comments
 (0)