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 Mar 29, 2017
1 parent c1cf04e commit 1394205
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
CHANGES
=======

0.1.4
-----

* Update changelog and bump version
* Added del_client method to pyscaleio module
* Update requirements.txt
* Update README
* Update tox.ini for quotes
* Move fixtures to conftest module
* Use upstream 'httmock' for unittests
* Rewrite negative doctests to pytest
* Added logging to functional tests

0.1.3
-----

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.3"
__version__ = "0.1.4"

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

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

Expand Down Expand Up @@ -103,6 +103,10 @@ PBR_VERSION=%version %{__python3} setup.py install --skip-build --root "%buildro


%changelog
* Wed Mar 29 2017 Mikhail Ushanov <[email protected]> - 0.1.4-1
- New version.
- Update requires version.

* Wed Apr 20 2016 Mikhail Ushanov <[email protected]> - 0.1.2-1
- New version.
- Update requires version.
Expand Down

0 comments on commit 1394205

Please sign in to comment.