diff --git a/docs/source/conf.py b/docs/source/conf.py index 020f817..26fa4b1 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.7.1' -release = '22.7.1' +version = '22.7.2' +release = '22.7.2' # -- General configuration --------------------------------------------------- diff --git a/docs/source/features/22.7.rst b/docs/source/features/22.7.rst index 7d5c06d..dd5aec9 100644 --- a/docs/source/features/22.7.rst +++ b/docs/source/features/22.7.rst @@ -1,6 +1,11 @@ Release 22.7 ************ +22.7.2 +###### + + + 22.7.1 ###### diff --git a/docs/source/index.rst b/docs/source/index.rst index 06bdaab..c02517c 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.7.1 - * - Document Number: 3HE 18378 AAAE TQZZA + * - pySROS release: 22.7.2 + * - Document Number: 3HE 18378 AAAF TQZZA -.. Reviewed by PLM 20220621 -.. Reviewed by TechComms 20220624 +.. Reviewed by PLM 20220815 +.. Reviewed by TechComms 20220818 .. toctree:: diff --git a/setup.py b/setup.py index a2dead9..450d38a 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='pysros', - version='22.7.1', + version='22.7.2', packages=['pysros'], url='https://www.nokia.com', license='Copyright 2021 Nokia. License available in the LICENSE.md file.',