Skip to content

Commit

Permalink
0.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dejan Knezevic committed Feb 21, 2019
1 parent 45d01d0 commit 0b881b7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.18.2 (2019-02-21)
==================

- Bugfixes:
- Added handling for JSONDecodeError in sevenbridges-python's error decorator
- Remove the possibility of an unnecessary lazy fetch when creating tasks by removing the ```name``` parameter from inputs

0.18.1 (2019-02-18)
==================

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.18.1
0.18.2
2 changes: 1 addition & 1 deletion sevenbridges/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import ssl
import logging

__version__ = "0.18.1"
__version__ = "0.18.2"

from sevenbridges.api import Api
from sevenbridges.config import Config
Expand Down

0 comments on commit 0b881b7

Please sign in to comment.