Skip to content

Commit adcae25

Browse files
authored
Merge pull request RasaHQ#5291 from RasaHQ/prepare-release-1.7.3
prepared release of version 1.7.3
2 parents 0777cd3 + 1161605 commit adcae25

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@ This project adheres to `Semantic Versioning`_ starting with version 1.0.
1717

1818
.. towncrier release notes start
1919
20+
[1.7.3] - 2020-02-21
21+
^^^^^^^^^^^^^^^^^^^^
22+
23+
Bugfixes
24+
--------
25+
- `#5231 <https://github.com/rasahq/rasa/issues/5231>`_: Fix segmentation fault when running ``rasa train`` or ``rasa shell``.
26+
27+
Improved Documentation
28+
----------------------
29+
- `#5286 <https://github.com/rasahq/rasa/issues/5286>`_: Fix doc links on "Deploying your Assistant" page
30+
31+
2032
[1.7.2] - 2020-02-13
2133
^^^^^^^^^^^^^^^^^^^^
2234

changelog/5231.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/5286.doc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

rasa/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# this file will automatically be changed,
22
# do not add anything but the version number here!
3-
__version__ = "1.7.2"
3+
__version__ = "1.7.3"

0 commit comments

Comments
 (0)