Skip to content

Commit

Permalink
Release v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
iky committed Aug 7, 2018
1 parent 3d7bc63 commit 1a743fe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
Release Notes
=============

Version 0.0.5
-------------

Released 2018-08-07

* Allow entrypoints to accept ``expected_exceptions`` and ``sensitive_arguments``


Version 0.0.4
-------------

Release 2017-08-25
Released 2017-08-25

* Adds Web API dependency provider
* Adds multi-bot support for RTM extension and Web API dependency provider
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='nameko-slack',
version='0.0.4',
version='0.0.5',
description='Nameko extension for interaction with Slack APIs',
long_description=open('README.rst').read(),
author='Ondrej Kohout',
Expand Down

0 comments on commit 1a743fe

Please sign in to comment.