Skip to content

Commit edd05e2

Browse files
committed
Release 1.2.10
- 7ac580d Unity: Detach host with retry (#346) - d6917ad Added snapSchedule arameters in the modify method (#345)
1 parent d6917ad commit edd05e2

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ StorOps: The Python Library for VNX & Unity
1919
.. image:: https://landscape.io/github/emc-openstack/storops/master/landscape.svg?style=flat
2020
:target: https://landscape.io/github/emc-openstack/storops/
2121

22-
VERSION: 1.2.9
22+
VERSION: 1.2.10
2323

2424
A minimalist Python library to manage VNX/Unity systems.
2525
This document lies in the source code and go with the release.

utility/rpm_publish/python-storops-vnx.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
%global pypi_name storops
88

99
Name: python-%{pypi_name}-vnx
10-
Version: 1.2.9
10+
Version: 1.2.10
1111
Release: 1%{?dist}
1212
Summary: Library for managing Unity/VNX systems.
1313

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

7171

7272
%changelog
73+
* Fri May 28 2021 Yong Huang <yong.huang@dell.com> - 1.2.10-1
74+
- Release v1.2.10: https://github.com/emc-openstack/storops/releases/tag/v1.2.10
75+
7376
* Fri Apr 30 2021 Yong Huang <yong.huang@dell.com> - 1.2.9-1
7477
- Release v1.2.9: https://github.com/emc-openstack/storops/releases/tag/v1.2.9
7578

utility/rpm_publish/python-storops.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# %%global pre_release dev.1
99

1010
Name: python-%{pypi_name}
11-
Version: 1.2.9
11+
Version: 1.2.10
1212
Release: %{?pre_release:0.%{pre_release}}%{!?pre_release:1}%{?dist}
1313
Summary: Library for managing Unity/VNX systems.
1414

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

135135

136136
%changelog
137+
* Fri May 28 2021 Yong Huang <yong.huang@dell.com> - 1.2.10-1
138+
- Release v1.2.10: https://github.com/emc-openstack/storops/releases/tag/v1.2.10
139+
137140
* Fri Apr 30 2021 Yong Huang <yong.huang@dell.com> - 1.2.9-1
138141
- Release v1.2.9: https://github.com/emc-openstack/storops/releases/tag/v1.2.9
139142

0 commit comments

Comments
 (0)