Skip to content

Commit

Permalink
0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dejan Knezevic committed Sep 11, 2018
1 parent 16b7f59 commit a82507b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ script:
- py.test --pep8 sevenbridges --cov sevenbridges
- flake8 sevenbridges


deploy:
provider: pypi
user: sbg
Expand Down
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.15.3 (2018-09-11)
==================

- Fixed regression introduced by python 3.7 in which config parser does not allow for empty values

0.15.2 (2018-08-07)
==================

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

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

0 comments on commit a82507b

Please sign in to comment.