Skip to content

Commit

Permalink
Prepare v1.14.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kirsle committed Aug 9, 2016
1 parent 33e5a72 commit fff6039
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for the Python package RiveScript.

1.14.1 Aug 9 2016
- Fix a regression when handling Unicode strings under Python 2 (bug #40).

1.14.0 Jul 23 2016
- Make the session manager pluggable and replaceable. RiveScript still uses
an in-memory store for user variables, but this can be swapped out with a
Expand Down
2 changes: 1 addition & 1 deletion python-rivescript.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%global desc A scripting language to make it easy to write responses for a chatterbot.

Name: python-%{srcname}
Version: 1.14.0
Version: 1.14.1
Release: 1%{?dist}
Summary: %{sum}

Expand Down
2 changes: 1 addition & 1 deletion rivescript/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
__docformat__ = 'plaintext'

__all__ = ['rivescript']
__version__ = '1.14.0'
__version__ = '1.14.1'

from .rivescript import RiveScript
from .exceptions import (
Expand Down

0 comments on commit fff6039

Please sign in to comment.