Skip to content

Commit

Permalink
0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dejan Knezevic committed Sep 28, 2018
1 parent 48f1637 commit 22585e4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.16.0 (2018-09-28)
==================

- Improvements:
- Added bulk retrieval of tasks
- Added clone_direct app copy strategy
- Hide authentication token in debug level logs

0.15.3 (2018-09-11)
==================

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

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

0 comments on commit 22585e4

Please sign in to comment.