Skip to content

Commit cedad6a

Browse files
committed
Release 1.2.9
- 5bac468 Support for Unity quota management (#344) - 7254045 Unity: support of HTTP header Application-Type (#341) - e729361 VNX: support to specify SP in SMP creation (#336)
1 parent 5bac468 commit cedad6a

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.8
22+
VERSION: 1.2.9
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.8
10+
Version: 1.2.9
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 Apr 30 2021 Yong Huang <yong.huang@dell.com> - 1.2.9-1
74+
- Release v1.2.9: https://github.com/emc-openstack/storops/releases/tag/v1.2.9
75+
7376
* Tue Nov 24 2020 Yong Huang <yong.huang@dell.com> - 1.2.8-1
7477
- Release v1.2.8: https://github.com/emc-openstack/storops/releases/tag/v1.2.8
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.8
11+
Version: 1.2.9
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 Apr 30 2021 Yong Huang <yong.huang@dell.com> - 1.2.9-1
138+
- Release v1.2.9: https://github.com/emc-openstack/storops/releases/tag/v1.2.9
139+
137140
* Tue Nov 24 2020 Yong Huang <yong.huang@dell.com> - 1.2.8-1
138141
- Release v1.2.8: https://github.com/emc-openstack/storops/releases/tag/v1.2.8
139142

0 commit comments

Comments
 (0)