Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanSbg committed Oct 17, 2019
1 parent 38bb809 commit 9843fb4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.24.0 (2019-09-20)
==================
- Improvements:
- Added additional support for automations

- Bugfixes:
- Fixed members adding to volume

0.23.3 (2019-09-20)
==================

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

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

0 comments on commit 9843fb4

Please sign in to comment.