diff --git a/docs/source/conf.py b/docs/source/conf.py index a6138f6..615783d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -10,8 +10,8 @@ author = 'Nokia' # The full version, including alpha/beta/rc tags -version = '22.5.1' -release = '22.5.1' +version = '22.5.2' +release = '22.5.2' # -- General configuration --------------------------------------------------- diff --git a/docs/source/features/22.5.rst b/docs/source/features/22.5.rst index 38a2493..95a2a92 100644 --- a/docs/source/features/22.5.rst +++ b/docs/source/features/22.5.rst @@ -1,6 +1,13 @@ Release 22.5 ************ + +22.5.2 +###### + +.. Reviewed by PLM 20220617 +.. Reviewed by TechComms 20220620 + 22.5.1 ###### diff --git a/docs/source/index.rst b/docs/source/index.rst index 53fcecb..350f28e 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -16,11 +16,11 @@ documentation will be updated accordingly. .. list-table:: :header-rows: 0 - * - pySROS release: 22.5.1 - * - Document Number: 3HE 18378 AAAC TQZZA + * - pySROS release: 22.5.2 + * - Document Number: 3HE 18378 AAAD TQZZA -.. Reviewed by PLM 20220303 -.. Reviewed by TechComms 20220503 +.. Reviewed by PLM 22020617 +.. Reviewed by TechComms 20220620 .. toctree:: diff --git a/setup.py b/setup.py index 9c88b66..6271cf8 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='pysros', - version='22.5.1', + version='22.5.2', packages=['pysros'], url='https://www.nokia.com', license='Copyright 2021 Nokia. License available in the LICENSE.md file.',