Skip to content

Commit fff6039

Browse files
committed
Prepare v1.14.1 for release
1 parent 33e5a72 commit fff6039

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Changes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision 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+
36
1.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

python-rivescript.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%global desc A scripting language to make it easy to write responses for a chatterbot.
44

55
Name: python-%{srcname}
6-
Version: 1.14.0
6+
Version: 1.14.1
77
Release: 1%{?dist}
88
Summary: %{sum}
99

rivescript/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
__docformat__ = 'plaintext'
2121

2222
__all__ = ['rivescript']
23-
__version__ = '1.14.0'
23+
__version__ = '1.14.1'
2424

2525
from .rivescript import RiveScript
2626
from .exceptions import (

0 commit comments

Comments
 (0)