Skip to content

Commit

Permalink
Prepare v1.12.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kirsle committed May 31, 2016
1 parent 7b4a8c2 commit 9bd1b6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python-rivescript.spec
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.12.0
Version: 1.12.1
Release: 1%{?dist}
Summary: %{sum}

Expand Down
2 changes: 1 addition & 1 deletion rivescript/__init__.py
Expand Up @@ -39,7 +39,7 @@
__docformat__ = 'plaintext'

__all__ = ['rivescript']
__version__ = '1.12.0'
__version__ = '1.12.1'

from .rivescript import RiveScript, RiveScriptError, NoMatchError, NoReplyError,\
ObjectError, DeepRecursionError, NoDefaultRandomTopicError, RepliesNotSortedError

0 comments on commit 9bd1b6c

Please sign in to comment.