We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bceaae9 commit 83c42c4Copy full SHA for 83c42c4
CHANGES.txt
@@ -1,5 +1,8 @@
1
Revision history
2
----------------
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
6
v0.2.6 2015-07-27
7
* Add mochi.actor.mailbox.SQSMailbox
8
v0.2.5 2015-07-21
mochi/__init__.py
@@ -1,5 +1,5 @@
__author__ = 'Yasushi Itoh'
-__version__ = '0.2.6'
+__version__ = '0.2.7'
__license__ = 'MIT License'
0 commit comments