Skip to content

Commit 5ca28a9

Browse files
committed
Update version to dev 1.07 and update change log
1 parent 8cd0823 commit 5ca28a9

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Revision history for the Python package RiveScript.
22

3+
1.07 TBD
4+
- New algorithm for handling variable tags (<get>, <set>, <add>, <sub>,
5+
<mult>, <div>, <bot> and <env>) that allows for iterative nesting of
6+
these tags (for example, <set copy=<get orig>> will work now).
7+
38
1.06 Nov 25 2014
49
- Change package name from python-rivescript to simply rivescript.
510
- Change from the GPLv2 license to the MIT license.

rivescript/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
__docformat__ = 'plaintext'
4040

4141
__all__ = ['rivescript']
42-
__version__ = '1.06'
42+
__version__ = '1.07'
4343

4444
from .rivescript import RiveScript

0 commit comments

Comments
 (0)