Skip to content

Commit

Permalink
Merge pull request #5144 from RasaHQ/prepare-release-1.6.2
Browse files Browse the repository at this point in the history
prepared release of version 1.6.2
  • Loading branch information
tmbo authored Jan 28, 2020
2 parents 45c024b + 3775066 commit 53685e8
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,23 @@ This project adheres to `Semantic Versioning`_ starting with version 1.0.

.. towncrier release notes start
[1.6.2] - 2020-01-28
^^^^^^^^^^^^^^^^^^^^

Improvements
------------
- `#4989 <https://github.com/rasahq/rasa/issues/4989>`_: Switching back to a TensorFlow release which only includes CPU support to reduce the
size of the dependencies. If you want to use the TensorFlow package with GPU support,
please run ``tensorflow-gpu==1.15.0``.

Bugfixes
--------
- `#5111 <https://github.com/rasahq/rasa/issues/5111>`_: Fixes ``Exception 'Loop' object has no attribute '_ready'`` error when running
``rasa init``.
- `#5126 <https://github.com/rasahq/rasa/issues/5126>`_: Updated the end-to-end ValueError you recieve when you have a invalid story format to point
to the updated doc link.


[1.6.1] - 2020-01-07
^^^^^^^^^^^^^^^^^^^^

Expand Down
3 changes: 0 additions & 3 deletions changelog/4989.improvement.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/5111.bugfix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/5126.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion rasa/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# this file will automatically be changed,
# do not add anything but the version number here!
__version__ = "1.6.1"
__version__ = "1.6.2"

0 comments on commit 53685e8

Please sign in to comment.