Skip to content

Commit 83c42c4

Browse files
committed
Prepare version 0.2.7
1 parent bceaae9 commit 83c42c4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history
22
----------------
3+
v0.2.7 2015-09-23
4+
* Change to raise an exception when a pattern matching fails
5+
* Change and improve API about actors to control remote actors
36
v0.2.6 2015-07-27
47
* Add mochi.actor.mailbox.SQSMailbox
58
v0.2.5 2015-07-21

mochi/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = 'Yasushi Itoh'
2-
__version__ = '0.2.6'
2+
__version__ = '0.2.7'
33
__license__ = 'MIT License'
44

55

0 commit comments

Comments
 (0)