File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Revision history for the Python package RiveScript.
4
4
5
+ ## 1.14.6 - Mar 23 2017
6
+
7
+ - Fix regexp for validating RiveScript syntax to use ` re.search ` instead of
8
+ ` re.match ` (bug #82 ).
9
+ - Allow object macros to contain capital letters in their names (PR #83 ).
10
+
5
11
## 1.14.5 - Feb 20 2017
6
12
7
13
- Bugfix when storing the user's ` last_match ` variable when a ` %Previous ` is
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.5
6
+ Version: 1.14.6
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.5 '
23
+ __version__ = '1.14.6 '
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