Skip to content

Commit

Permalink
Bump version: 0.3.0 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dannyb48 committed Jul 28, 2020
1 parent 85ff261 commit b3f5661
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.4.0

[bumpversion:file:ospclientsdk/__init__.py]
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# Version 0.4.0 (2020-07-28)

## New features
* Added support for running openstack commands on a remote host
using a context manager. Addresses issue #11

## Enhancements
None

## Bug Fixes
* None

## Doc Changes
* Updated README to show the examples of using the `remote_shell` context
manager

## Test/CI Enhancements
* Added some test coverage for the new context manager logic


# Version 0.3.0 (2020-07-16)

## New features
Expand Down
2 changes: 1 addition & 1 deletion ospclientsdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
from .shell import ClientShell
from .helpers.context import *

__version__ = '0.3.0'
__version__ = '0.4.0'
__author__ = 'Danny Baez'

0 comments on commit b3f5661

Please sign in to comment.