File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Version 0.1.3
4+
5+ This version adds some bugfixes and new features.
6+
7+ * Add the object manager interface to the service. (#14 , #37 )
8+ * Allow coroutines in service methods. (#24 , #27 )
9+ * Client: don't send method replies with ` NO_REPLY_EXPECTED ` message flag. (#22 )
10+ * Fix duplicate nodes in introspection. (#13 )
11+
312## Version 0.1.2
413
514This version adds some bugfixes.
Original file line number Diff line number Diff line change 2626# The short X.Y version
2727version = ''
2828# The full version, including alpha/beta/rc tags
29- release = '0.1.2 '
29+ release = '0.1.3 '
3030
3131
3232# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 13131414AUTHOR = 'Tony Crisci'
1515REQUIRES_PYTHON = '>=3.6.0'
16- VERSION = '0.1.2 '
16+ VERSION = '0.1.3 '
1717
1818# What packages are required for this module to be executed?
1919REQUIRED = []
You can’t perform that action at this time.
0 commit comments