File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Revision history for the Python package RiveScript.
22
3+ 1.14.1 Aug 9 2016
4+ - Fix a regression when handling Unicode strings under Python 2 (bug #40 ).
5+
361.14.0 Jul 23 2016
47 - Make the session manager pluggable and replaceable. RiveScript still uses
58 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 33%global desc A scripting language to make it easy to write responses for a chatterbot.
44
55Name: python-%{srcname }
6- Version: 1.14.0
6+ Version: 1.14.1
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.0 '
23+ __version__ = '1.14.1 '
2424
2525from .rivescript import RiveScript
2626from .exceptions import (
You can’t perform that action at this time.
0 commit comments