Skip to content

Commit 7c9331b

Browse files
author
Tony Crisci
committed
bump to version 0.1.3
See the CHANGELOG for more info.
1 parent c861b50 commit 7c9331b

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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

514
This version adds some bugfixes.

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = ''
2828
# The full version, including alpha/beta/rc tags
29-
release = '0.1.2'
29+
release = '0.1.3'
3030

3131

3232
# -- General configuration ---------------------------------------------------

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
AUTHOR = 'Tony Crisci'
1515
REQUIRES_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?
1919
REQUIRED = []

0 commit comments

Comments
 (0)