Skip to content

Commit

Permalink
CHANGELOG and setup adjust 0.6.0 --> 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanrowe committed Oct 26, 2016
1 parent fc50c08 commit d63db9f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Version 0.7.0

* Adds introspection tools for channel management objects:
* `get_channelmethods`
* `get_channelproperties`
* Changes logger names for artifacts and downgrades some messages from INFO level to DEBUG
* This change in logger names could break deployed logging configurations, and for this
reason, we incremented the minor version; otherwise this would be a micro bump.

# Version 0.6.0

* Adds the `channelmethod` decorator as a callable-oriented version of `channelproperty` (Issue #41)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name = 'flowz',
version = '0.6.0',
version = '0.7.0',
description = 'Async I/O - oriented dependency programming framework',
url = 'https://github.com/ethanrowe/flowz',
author = 'Ethan Rowe',
Expand Down

0 comments on commit d63db9f

Please sign in to comment.