Skip to content

Commit

Permalink
Merge 47c1c95 into 2d166a5
Browse files Browse the repository at this point in the history
  • Loading branch information
ricwo committed Sep 28, 2018
2 parents 2d166a5 + 47c1c95 commit ec8ba84
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.rst
Expand Up @@ -14,14 +14,24 @@ Added

Changed
-------
- Training data is now validated after loading from files in ``loading.py`` instead of on initialisation of
``TrainingData`` object

Removed
-------

Fixed
-----


[0.13.5] - 2018-09-28
^^^^^^^^^^^^^^^^^^^^^

Changed
-------
- Training data is now validated after loading from files in ``loading.py`` instead of on initialisation of
``TrainingData`` object

Fixed
-----
- ``Project`` set up to pull models from a remote server only use
the pulled model instead of searching for models locally

Expand Down
2 changes: 1 addition & 1 deletion rasa_nlu/version.py
Expand Up @@ -3,4 +3,4 @@
from __future__ import division
from __future__ import absolute_import

__version__ = '0.13.4'
__version__ = '0.13.5'

0 comments on commit ec8ba84

Please sign in to comment.