Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
updated rasa core sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbo committed Nov 11, 2018
1 parent acbabfd commit c3cb118
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 22 deletions.
19 changes: 0 additions & 19 deletions CHANGELOG.rst
Expand Up @@ -4,25 +4,6 @@ Change Log
All notable changes to this project will be documented in this file.
This project adheres to `Semantic Versioning`_ starting with version 0.2.0.

.. _master-release:

[Unreleased 0.13.0.aX] - `master`_
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. note:: This version is not yet released and is under active development.

Added
-----

Removed
-------

Changed
-------

Fixed
-----

.. _v0-12-0:

[0.12.0] - 2018-11-11
Expand Down
2 changes: 1 addition & 1 deletion rasa_core/version.py
Expand Up @@ -4,4 +4,4 @@
from __future__ import absolute_import


__version__ = '0.13.0a1'
__version__ = '0.12.0'
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -34,7 +34,7 @@ packaging==17.1
gevent==1.2.2
pyyaml==3.12
pytz==2018.4
rasa_core_sdk~=0.12.1a1
rasa_core_sdk~=0.12.1
pymongo==3.5.1
python-dateutil==2.7.3
rocketchat_API==0.6.22
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -64,7 +64,7 @@
"pytz~=2018.4",
"python-dateutil~=2.7",
"rasa_nlu~=0.13.0",
"rasa_core_sdk~=0.12.1a1",
"rasa_core_sdk~=0.12.1",
"colorclass~=2.2",
"terminaltables~=3.1",
"PyInquirer~=1.0",
Expand Down

0 comments on commit c3cb118

Please sign in to comment.