Skip to content

Commit 1c4e44b

Browse files
committed
Release 1.2.8
- bd19185 [#323] Unity: add advanced dedup support (#324) - e435790 Unity: fix fs/nfs/cifs issues (#335) - d4a2818 VNX: support to specify SP in LUN creation (#334) - 0437478 [#325] Unity: add parameters for fs/nfs/cifs create and modify (#331)
1 parent bd19185 commit 1c4e44b

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.7
22+
VERSION: 1.2.8
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.7
10+
Version: 1.2.8
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+
* Tue Nov 24 2020 Yong Huang <yong.huang@dell.com> - 1.2.8-1
74+
- Release v1.2.8: https://github.com/emc-openstack/storops/releases/tag/v1.2.8
75+
7376
* Tue Sep 2 2020 Ryan Liang <ryan.liang@dell.com> - 1.2.7-1
7477
- Release v1.2.7: https://github.com/emc-openstack/storops/releases/tag/v1.2.7
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.7
11+
Version: 1.2.8
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+
* Tue Nov 24 2020 Yong Huang <yong.huang@dell.com> - 1.2.8-1
138+
- Release v1.2.8: https://github.com/emc-openstack/storops/releases/tag/v1.2.8
139+
137140
* Tue Sep 2 2020 Ryan Liang <ryan.liang@dell.com> - 1.2.7-1
138141
- Release v1.2.7: https://github.com/emc-openstack/storops/releases/tag/v1.2.7
139142

0 commit comments

Comments
 (0)