Skip to content

Commit

Permalink
Update changelog and bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Mikhail Ushanov <[email protected]>
  • Loading branch information
gmmephisto committed Jan 7, 2019
1 parent 53faec1 commit b5a6a78
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 1,15 @@
CHANGES
=======

0.1.6
-----

* Update changelog and bump version
* Use python build and install macros
* Build python3 package for epel7
* Ignore W504 lint warning
* Enable python3.6 support

0.1.5
-----

Expand Down
2 changes: 1 addition & 1 deletion pyscaleio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 13,7 @@
Volume.__name__
)

__version__ = "0.1.5"
__version__ = "0.1.6"

get_client = ScaleIOClientsManager().get_client
add_client = ScaleIOClientsManager().register
Expand Down
7 changes: 6 additions & 1 deletion python-scaleio.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 16,7 @@
�fine pkgname pyscaleio

Name: python-scaleio
Version: 0.1.5
Version: 0.1.6
Release: 1%{?dist}
Summary: ScaleIO API client

Expand Down Expand Up @@ -104,6 104,11 @@ export PBR_VERSION=%version


%changelog
* Tue Jan 08 2019 Mikhail Ushanov <[email protected]> - 0.1.6-1
- New version.
- Python3.6 support.
- Build python3 package for epel7

* Tue Jun 20 2017 Mikhail Ushanov <[email protected]> - 0.1.5-1
- New version.
- Python3 compatibility fixes.
Expand Down

0 comments on commit b5a6a78

Please sign in to comment.