diff --git a/docs/source/conf.py b/docs/source/conf.py index 761482f..cb38674 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 = '23.10.6' -release = '23.10.6' +version = '23.10.7' +release = '23.10.7' # -- General configuration --------------------------------------------------- diff --git a/docs/source/features/23.10.rst b/docs/source/features/23.10.rst index a167439..17b338c 100644 --- a/docs/source/features/23.10.rst +++ b/docs/source/features/23.10.rst @@ -1,6 +1,15 @@ Release 23.10 ************* +23.10.7 +####### + +* No additional features + +.. Reviewed by PLM 20241011 +.. Reviewed by TechComms 20241015 + + 23.10.6 ####### diff --git a/docs/source/index.rst b/docs/source/index.rst index 6d341de..a7706ef 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -17,11 +17,12 @@ documentation will be updated accordingly. .. list-table:: :header-rows: 0 - * - pySROS release: 23.10.6 - * - Document Number: 3HE 19211 AAAK TQZZA + * - pySROS release: 23.10.7 + * - Document Number: 3HE 19211 AAAL TQZZA + +.. Reviewed by PLM 20241011 +.. Reviewed by TechComms 20241015 -.. Reviewed by PLM 20240718 -.. Reviewed by TechComms 20240718 .. toctree:: :maxdepth: 2 diff --git a/setup.py b/setup.py index 9817d78..3ea8d5a 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='pysros', - version='23.10.6', + version='23.10.7', packages=['pysros'], url='https://www.nokia.com', license='Copyright 2021-2024 Nokia. License available in the LICENSE.md file.',