File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
12
## Version 0.1.2
4
13
5
14
This version adds some bugfixes.
Original file line number Diff line number Diff line change 26
26
# The short X.Y version
27
27
version = ''
28
28
# The full version, including alpha/beta/rc tags
29
- release = '0.1.2 '
29
+ release = '0.1.3 '
30
30
31
31
32
32
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 13
13
14
14
AUTHOR = 'Tony Crisci'
15
15
REQUIRES_PYTHON = '>=3.6.0'
16
- VERSION = '0.1.2 '
16
+ VERSION = '0.1.3 '
17
17
18
18
# What packages are required for this module to be executed?
19
19
REQUIRED = []
You can’t perform that action at this time.
0 commit comments