Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dannyb48 committed Jul 7, 2020
1 parent c4a69a5 commit 7fca81d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.2.0

[bumpversion:file:ospclientsdk/__init__.py]

25 changes: 22 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,29 @@
#Version 0.1.0 (2020-07-01)
# Version 0.2.0 (2020-07-06)

##New features
## New features
None

## Enhancements
* Changed decorator logging to only happen in debug
* Removed the proxy initiation loggin from the shell

## Bug Fixes
* None

## Doc Changes
* Updated README to be clearer and fix grammar typos

## Test/CI Enhancements
* None


# Version 0.1.0 (2020-07-01)

## New features
* First initial release of the ospclientsdk
* Supports all openstack client commands

##Enhancements
## Enhancements
* None

## Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion ospclientsdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@

from .shell import ClientShell

__version__ = '0.1.0'
__version__ = '0.2.0'
__author__ = 'Danny Baez'

0 comments on commit 7fca81d

Please sign in to comment.