Skip to content

Commit

Permalink
0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dejan Knezevic committed Aug 7, 2018
1 parent 9dd94aa commit 78aa2dc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.15.2 (2018-08-07)
==================

- Added resource id type validation for get method to prevent invalid requests

0.15.1 (2018-08-03)
==================

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.1
0.15.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.15.1"
__version__ = "0.15.2"

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

0 comments on commit 78aa2dc

Please sign in to comment.