Skip to content

Commit

Permalink
Version update to 9.2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael McAleer committed Oct 12, 2020
1 parent 8094b00 commit c47b522
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 13 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
PyU4V Change Log
================

Version 9.2.0.1 - released 12/10/20
===================================
-Tighten base CI tests around RDF group creation and deletion.
-Update Unisphere minimum version to reflect 9.2 GA Unisphere version.


Version 9.2.0.0 - released 29/09/20
===================================

Expand Down
2 changes: 1 addition & 1 deletion PyU4V/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from .univmax_conn import U4VConn # noqa: F401

__title__ = 'pyu4v'
__version__ = '9.2.0.0'
__version__ = '9.2.0.1'
__author__ = 'Dell EMC or its subsidiaries'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2020 Dell EMC Inc'
2 changes: 1 addition & 1 deletion PyU4V/utils/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
APP_MPART = 'multipart/form-data'

# Unisphere REST URI constants
PYU4V_VERSION = '9.2.0.0'
PYU4V_VERSION = '9.2.0.1'
UNISPHERE_VERSION = '92'
VERSION = 'version'
ITERATOR = 'Iterator'
Expand Down
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ PyU4V Version 9.2
+-------------------------------+----------------------------+
| **Author** | Dell EMC |
+-------------------------------+----------------------------+
| **PyU4V Version** | 9.2.0.0 |
| **PyU4V Version** | 9.2.0.1 |
+-------------------------------+----------------------------+
| **Minimum Unisphere Version** | 9.2.0.0 |
| **Minimum Unisphere Version** | 9.2.0.1 |
+-------------------------------+----------------------------+
| **Array Model** | VMAX-3, VMAX AFA, PowerMax |
+-------------------------------+----------------------------+
Expand Down Expand Up @@ -80,7 +80,7 @@ specifying ``PyU4V`` as the install package for ``pip``::

$ pip install PyU4V
# Install a specific version
$ pip install PyU4V==9.2.0.0
$ pip install PyU4V==9.2.0.1

Copy the sample ``PyU4V.conf`` provided with PyU4V to either your working
directory or within a directory named ``.PyU4V`` in your current users home
Expand Down Expand Up @@ -169,7 +169,7 @@ outlined in the previous section).
conn = PyU4V.U4VConn()
conn.common.get_unisphere_version()
>> {'version': 'V9.2.0.0'}
>> {'version': 'V9.2.0.1'}
If you wish to query another array without changing the configuration file,
call the connection ``set_array_id()`` function:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version.
version = u'9.2'
# The full version, including alpha/beta/rc tags
release = '9.2.0.0'
release = '9.2.0.1'

# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
Expand Down
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Supported PyU4V Versions
------------------------

+-------------------------------+----------------------------------------+
| **PyU4V Version** | 9.2.0.0 |
| **PyU4V Version** | 9.2.0.1 |
+-------------------------------+----------------------------------------+
| **Minimum Unisphere Version** | 9.2.0.0 |
| **Minimum Unisphere Version** | 9.2.0.1 |
+-------------------------------+----------------------------------------+
| **Array Model** | VMAX-3, VMAX AFA, PowerMax |
+-------------------------------+----------------------------------------+
Expand Down
6 changes: 3 additions & 3 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Requirements
------------

+-------------------------------+----------------------------------------+
| **PyU4V Version** | 9.2.0.0 |
| **PyU4V Version** | 9.2.0.1 |
+-------------------------------+----------------------------------------+
| **Minimum Unisphere Version** | 9.2.0.0 |
| **Minimum Unisphere Version** | 9.2.0.1 |
+-------------------------------+----------------------------------------+
| **Array Model** | VMAX-3, VMAX AFA, PowerMax |
+-------------------------------+----------------------------------------+
Expand Down Expand Up @@ -66,7 +66,7 @@ specifying ``PyU4V`` as the install package for ``pip``:
$ pip install PyU4V
# Install a specific version
$ pip install PyU4V==9.2.0.0
$ pip install PyU4V==9.2.0.1
.. URL LINKS
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setuptools.setup(
name='PyU4V',
version='9.2.0.0',
version='9.2.0.1',
url='https://github.com/dell/PyU4V/',
author='Dell Inc. or its subsidiaries',
author_email='Michael.Mcaleer@dell.com',
Expand Down

0 comments on commit c47b522

Please sign in to comment.