diff --git a/README.rst b/README.rst index 4aa4cf32..33b3b819 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.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. @@ -552,8 +552,8 @@ How to Contribute Contributors ------------ -EMC Contributors -```````````````` +Dell EMC Contributors +````````````````````` - Ryan Liang - Yong Huang diff --git a/utility/rpm_publish/python-storops-vnx.spec b/utility/rpm_publish/python-storops-vnx.spec index 4dba9dc7..13c40d39 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.10 +Version: 1.2.11 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 +* Tue Mar 8 2022 Yong Huang - 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 - 1.2.10-1 - Release v1.2.10: https://github.com/emc-openstack/storops/releases/tag/v1.2.10 diff --git a/utility/rpm_publish/python-storops.spec b/utility/rpm_publish/python-storops.spec index 764da95d..b645a88f 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.10 +Version: 1.2.11 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 +* Tue Mar 8 2022 Yong Huang - 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 - 1.2.10-1 - Release v1.2.10: https://github.com/emc-openstack/storops/releases/tag/v1.2.10