Skip to content

Commit

Permalink
0.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dejan Knezevic committed Mar 5, 2019
1 parent c7a122b commit 77da458
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
0.18.3 (2019-03-05)
==================

- Improvements:
- [Issue #112](https://github.com/sbg/sevenbridges-python/issues/112)
- Limit the url length for all requests with a 414 URI too long error
- [Issue #110](https://github.com/sbg/sevenbridges-python/issues/110)
- Added a simple wait method to tasks
- Bugfixes:
- [Issue #111](https://github.com/sbg/sevenbridges-python/issues/111)
- Added a check to make sure only one of project, parent or dataset are provided when querying files

0.18.2 (2019-02-21)
==================

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

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

0 comments on commit 77da458

Please sign in to comment.