Skip to content

Commit

Permalink
Release 1.2.11
Browse files Browse the repository at this point in the history
- 1bf2193 Unity: fix StoragePoolTypeEnum issue (#359)
- aeda20a CI: delete py27/py34/py35, add py38 (#360)
- 2a66963 Unity: fix host_luns issue (#356)
- 6c9ed0b Unity: To better handler concurrent lun attach (#355)
- 71510f8 Unity: Attach with retry if LUN being modified (#354)
- 7092c51 Add UnityDeleteStorageResourceHasSnapError (#347)
  • Loading branch information
yong-huang committed Mar 8, 2022
1 parent 1bf2193 commit 8075ce8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ StorOps: The Python Library for VNX & Unity
.. image:: https://landscape.io/github/emc-openstack/storops/master/landscape.svg?style=flat
:target: https://landscape.io/github/emc-openstack/storops/

VERSION: 1.2.10
VERSION: 1.2.11

A minimalist Python library to manage VNX/Unity systems.
This document lies in the source code and go with the release.
Expand Down Expand Up @@ -552,8 +552,8 @@ How to Contribute
Contributors
------------
EMC Contributors
````````````````
Dell EMC Contributors
`````````````````````
- Ryan Liang <ryan.liang@dell.com>
- Yong Huang <yong.huang@dell.com>
Expand Down
5 changes: 4 additions & 1 deletion utility/rpm_publish/python-storops-vnx.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
%global pypi_name storops

Name: python-%{pypi_name}-vnx
Version: 1.2.10
Version: 1.2.11
Release: 1%{?dist}
Summary: Library for managing Unity/VNX systems.

Expand Down Expand Up @@ -70,6 +70,9 @@ Library for managing Unity/VNX systems. Please refer to https://github.com/emc-o


%changelog
* Tue Mar 8 2022 Yong Huang <yong.huang@dell.com> - 1.2.11-1
- Release v1.2.11: https://github.com/emc-openstack/storops/releases/tag/v1.2.11

* Fri May 28 2021 Yong Huang <yong.huang@dell.com> - 1.2.10-1
- Release v1.2.10: https://github.com/emc-openstack/storops/releases/tag/v1.2.10

Expand Down
5 changes: 4 additions & 1 deletion utility/rpm_publish/python-storops.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# %%global pre_release dev.1

Name: python-%{pypi_name}
Version: 1.2.10
Version: 1.2.11
Release: %{?pre_release:0.%{pre_release}}%{!?pre_release:1}%{?dist}
Summary: Library for managing Unity/VNX systems.

Expand Down Expand Up @@ -134,6 +134,9 @@ Library for managing Unity/VNX systems. Please refer to https://github.com/emc-o


%changelog
* Tue Mar 8 2022 Yong Huang <yong.huang@dell.com> - 1.2.11-1
- Release v1.2.11: https://github.com/emc-openstack/storops/releases/tag/v1.2.11

* Fri May 28 2021 Yong Huang <yong.huang@dell.com> - 1.2.10-1
- Release v1.2.10: https://github.com/emc-openstack/storops/releases/tag/v1.2.10

Expand Down

0 comments on commit 8075ce8

Please sign in to comment.