@@ -38,9 +38,9 @@ pip, the Python package installation utility.::
3838Alternatively, if you've got the tar.gz or zip distribution on hand, as long as you've
3939satisfied the dependency requirement on the requests package, you can use the setup mechanism.
4040Obtain the requests _ package and install it according to that package's directions.
41- Use of requests-2.28 .x or better is recommended for use with pyral.
41+ Use of requests-2.32 .x or better is recommended for use with pyral.
4242The requests _ package can be found via the Python Package Index site (http://pypi/python.org/index).
43- The most recent release of pyral (1.6 .0) has been tested using requests 2.31.0 .
43+ The most recent release of pyral (1.7 .0) has been tested using requests 2.32.5 .
4444
4545Unpack the ``pyral `` distribution file (zip or tar.gz) and then install the pyral _ package.
4646
@@ -61,11 +61,11 @@ relevant packages.
6161::
6262
6363 $ python
64- Python 3.11.5 [other Python interpreter info elided ...]
64+ Python 3.13.7 [other Python interpreter info elided ...]
6565 >> import requests
6666 >> import pyral
6767 >> pyral.__version__
68- (1, 6 , 0)
68+ (1, 7 , 0)
6969
7070
717130 second highlight
@@ -241,13 +241,22 @@ The item names in config files **are** case sensitive.
241241Prerequisites
242242-------------
243243
244- * Python 3.9 , 3,10, 3.11 or 3.12 (this package not tested with earlier versions of Python 3.x)
245- * The requests _ package, 2.28.1 or better, requests 2.31.0 or beyond is recommended.
244+ * Python any of (3.12 , 3.13 and 3.14) (this package not tested with earlier versions of Python 3.x)
245+ * The requests _ package, 2.31.x or better, requests 2.32.5 or beyond is recommended.
246246
247247.. _requests : http://github.com/kennethreitz/requests
248248
249249Versions
250250--------
251+ **1.7.0 **
252+ Explicitly state support for Python 3.12, 3.13 and 3.14
253+ Fixed bug with pryal.restapi.Rally.addCollectionItems method, a collection_name must be provided.
254+ Added support for VSM* related entities (VSMProduct, VSMComponent, VSMIncident, VSMChange, VSMDeploy,
255+ VSMInvestmentCategorytoInvestmentIntentMap, VSMProductAnalyticsMetric, VSMTarget, VSMMeasure).
256+ Added support for creating and updating multiple items of the same entity type in one call via
257+ the restapi.createMultiple and restapi.updateMultiple methods.
258+ Drop any mention of support for versions 3.11 and earlier.
259+
251260 **1.6.0 **
252261 Eliminated use of six package.
253262 Added support for Risk, Objective, KeyResult and CapacityPlan* entities.
359368License
360369-------
361370
362- BSD3-style license. Copyright (c) 2018-2024 Broadcom, Inc., 2015-2018 CA Technologies, 2010-2015 Rally Software Development.
371+ BSD3-style license. Copyright (c) 2018-2025 Broadcom, Inc., 2015-2018 CA Technologies, 2010-2015 Rally Software Development.
363372
364373See the LICENSE file provided with the source distribution for full details.
365374
0 commit comments