From cedad6a5e5eaa2ace48df0e0ee9dfe235ff680b5 Mon Sep 17 00:00:00 2001 From: Yong Huang Date: Fri, 30 Apr 2021 11:04:47 +0800 Subject: [PATCH] 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) --- README.rst | 2 +- utility/rpm_publish/python-storops-vnx.spec | 5 ++++- utility/rpm_publish/python-storops.spec | 5 ++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 4b07d545..cbca84d1 100755 --- a/README.rst +++ b/README.rst @@ -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.8 +VERSION: 1.2.9 A minimalist Python library to manage VNX/Unity systems. This document lies in the source code and go with the release. diff --git a/utility/rpm_publish/python-storops-vnx.spec b/utility/rpm_publish/python-storops-vnx.spec index 6e19b222..1c1056c5 100644 --- a/utility/rpm_publish/python-storops-vnx.spec +++ b/utility/rpm_publish/python-storops-vnx.spec @@ -7,7 +7,7 @@ %global pypi_name storops Name: python-%{pypi_name}-vnx -Version: 1.2.8 +Version: 1.2.9 Release: 1%{?dist} Summary: Library for managing Unity/VNX systems. @@ -70,6 +70,9 @@ Library for managing Unity/VNX systems. Please refer to https://github.com/emc-o %changelog +* Fri Apr 30 2021 Yong Huang - 1.2.9-1 +- Release v1.2.9: https://github.com/emc-openstack/storops/releases/tag/v1.2.9 + * Tue Nov 24 2020 Yong Huang - 1.2.8-1 - Release v1.2.8: https://github.com/emc-openstack/storops/releases/tag/v1.2.8 diff --git a/utility/rpm_publish/python-storops.spec b/utility/rpm_publish/python-storops.spec index 297d3aa9..94613309 100644 --- a/utility/rpm_publish/python-storops.spec +++ b/utility/rpm_publish/python-storops.spec @@ -8,7 +8,7 @@ # %%global pre_release dev.1 Name: python-%{pypi_name} -Version: 1.2.8 +Version: 1.2.9 Release: %{?pre_release:0.%{pre_release}}%{!?pre_release:1}%{?dist} Summary: Library for managing Unity/VNX systems. @@ -134,6 +134,9 @@ Library for managing Unity/VNX systems. Please refer to https://github.com/emc-o %changelog +* Fri Apr 30 2021 Yong Huang - 1.2.9-1 +- Release v1.2.9: https://github.com/emc-openstack/storops/releases/tag/v1.2.9 + * Tue Nov 24 2020 Yong Huang - 1.2.8-1 - Release v1.2.8: https://github.com/emc-openstack/storops/releases/tag/v1.2.8