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 Nov 29, 2017
1 parent f5c11a7 commit 5bf4d0f
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.7 (2017-11-29)
==================
- Bugfixes:
- Fix `__eq__` methods for all resources
- Fix input editing
- Fix compound fields so they return the correct value

0.9.6 (2017-11-06)
==================
- Doc improvement
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.6
0.9.7
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.6"
__version__ = "0.9.7"

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

0 comments on commit 5bf4d0f

Please sign in to comment.