-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c86dc2e
commit 905870c
Showing
3 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
%global pypi_name storops | ||
|
||
Name: python-%{pypi_name}-vnx | ||
Version: 1.2.0 | ||
Version: 1.2.1 | ||
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 | ||
* Mon Aug 12 2019 Ryan Liang <[email protected]> - 1.2.1-1 | ||
- Release v1.2.1: https://github.com/emc-openstack/storops/releases/tag/r1.2.1 | ||
|
||
* Wed Jun 12 2019 Ryan Liang <[email protected]> - 1.2.0-1 | ||
- Release v1.2.0: https://github.com/emc-openstack/storops/releases/tag/r1.2.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
# %%global pre_release dev.1 | ||
|
||
Name: python-%{pypi_name} | ||
Version: 1.2.0 | ||
Version: 1.2.1 | ||
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 | ||
* Mon Aug 12 2019 Ryan Liang <[email protected]> - 1.2.1-1 | ||
- Release v1.2.1: https://github.com/emc-openstack/storops/releases/tag/r1.2.1 | ||
|
||
* Wed Jun 12 2019 Ryan Liang <[email protected]> - 1.2.0-1 | ||
- Release v1.2.0: https://github.com/emc-openstack/storops/releases/tag/r1.2.0 | ||
|
||
|