Skip to content

Commit

Permalink
Update version information
Browse files Browse the repository at this point in the history
  • Loading branch information
Dejan Knezevic committed Dec 5, 2017
1 parent bc84d1b commit e598a90
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.9.8 (2017-12-05)
==================
- Improvements:
- Add 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

0.9.7 (2017-11-29)
==================
- Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.7
0.9.8
2 changes: 1 addition & 1 deletion sevenbridges/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""
import logging

__version__ = "0.9.7"
__version__ = "0.9.8"

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

0 comments on commit e598a90

Please sign in to comment.