Skip to content

Commit

Permalink
0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dejan Knezevic committed Jul 5, 2019
1 parent 72ae3f7 commit 32bea32
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.21.0 (2019-07-05)
==================

- Improvements:
- Upload part_size will use a value returned by server, the provided value will be used as a suggestion that may be accepted by the server
- Improved and added many debug logs
- Bugfixes:
- Fixed issue with using folders as task inputs

0.20.3 (2019-05-28)
==================

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

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

0 comments on commit 32bea32

Please sign in to comment.