Skip to content

Commit

Permalink
0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dejan Knezevic committed Apr 13, 2018
1 parent f30ff8d commit 2858581
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.11.0 (2018-04-13)
==================
- Added support for bulk operations with files, imports and exports

0.10.0 (2017-12-25)
==================
- Bugfixes:
Expand All @@ -14,7 +18,7 @@
0.9.8 (2017-12-05)
==================
- Improvements:
- Add encoding to file content method (uses utf-8 by default)
- Added encoding to file content method (uses utf-8 by default)
- [Issue #102](https://github.com/sbg/sevenbridges-python/issues/102)
- Fix CHANGESETS link in README

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

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

0 comments on commit 2858581

Please sign in to comment.