File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for the Python package RiveScript.
2
2
3
+ 1.14.1 Aug 9 2016
4
+ - Fix a regression when handling Unicode strings under Python 2 (bug #40 ).
5
+
3
6
1.14.0 Jul 23 2016
4
7
- Make the session manager pluggable and replaceable. RiveScript still uses
5
8
an in-memory store for user variables, but this can be swapped out with a
Original file line number Diff line number Diff line change 3
3
%global desc A scripting language to make it easy to write responses for a chatterbot.
4
4
5
5
Name: python-%{srcname }
6
- Version: 1.14.0
6
+ Version: 1.14.1
7
7
Release: 1%{?dist }
8
8
Summary: %{sum }
9
9
Original file line number Diff line number Diff line change 20
20
__docformat__ = 'plaintext'
21
21
22
22
__all__ = ['rivescript' ]
23
- __version__ = '1.14.0 '
23
+ __version__ = '1.14.1 '
24
24
25
25
from .rivescript import RiveScript
26
26
from .exceptions import (
You can’t perform that action at this time.
0 commit comments