Skip to content

Commit

Permalink
0.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
n0tl3ss committed Jul 22, 2019
1 parent d71cb04 commit e44ec16
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.21.2 (2019-07-22)
==================

- Bugfixes:
- Fixed logic for oauth authorization

0.21.1 (2019-07-19)
==================

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

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

0 comments on commit e44ec16

Please sign in to comment.