Skip to content

Commit

Permalink
0.17.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Dejan Knezevic committed Jan 8, 2019
1 parent 0165f8a commit 2dcb13d
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.17.6 (2019-01-08)
==================

- Improvements:
- Added parent and preserve_folder_structure parameters and properties to imports
- Updated documentation regarding cwl

0.17.5 (2018-12-21)
==================

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

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

0 comments on commit 2dcb13d

Please sign in to comment.