Skip to content

Commit

Permalink
bump to version 0.1.3
Browse files Browse the repository at this point in the history
See the CHANGELOG for more info.
  • Loading branch information
Tony Crisci committed Mar 4, 2020
1 parent c861b50 commit 7c9331b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## Version 0.1.3

This version adds some bugfixes and new features.

* Add the object manager interface to the service. (#14, #37)
* Allow coroutines in service methods. (#24, #27)
* Client: don't send method replies with `NO_REPLY_EXPECTED` message flag. (#22)
* Fix duplicate nodes in introspection. (#13)

## Version 0.1.2

This version adds some bugfixes.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.1.2'
release = '0.1.3'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
EMAIL = '[email protected]'
AUTHOR = 'Tony Crisci'
REQUIRES_PYTHON = '>=3.6.0'
VERSION = '0.1.2'
VERSION = '0.1.3'

# What packages are required for this module to be executed?
REQUIRED = []
Expand Down

0 comments on commit 7c9331b

Please sign in to comment.