File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 22
33Revision history for the Python package RiveScript.
44
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+
511## 1.14.5 - Feb 20 2017
612
713- Bugfix when storing the user's ` last_match ` variable when a ` %Previous ` is
Original file line number Diff line number Diff line change 33%global desc A scripting language to make it easy to write responses for a chatterbot.
44
55Name: python-%{srcname }
6- Version: 1.14.5
6+ Version: 1.14.6
77Release: 1%{?dist }
88Summary: %{sum }
99
Original file line number Diff line number Diff line change 2020__docformat__ = 'plaintext'
2121
2222__all__ = ['rivescript' ]
23- __version__ = '1.14.5 '
23+ __version__ = '1.14.6 '
2424
2525from .rivescript import RiveScript
2626from .exceptions import (
You can’t perform that action at this time.
0 commit comments