From 74edd5294fbb7f64422651754649e9cdb32a4c92 Mon Sep 17 00:00:00 2001 From: SRBuilds Date: Thu, 13 Oct 2022 17:38:09 -0700 Subject: [PATCH] 21.10.8 released --- docs/source/conf.py | 4 ++-- docs/source/index.rst | 7 +++---- setup.py | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index ccd0aa3..93d890d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,8 +22,8 @@ author = 'Nokia' # The full version, including alpha/beta/rc tags -version = '21.10.7' -release = '21.10.7' +version = '21.10.8' +release = '21.10.8' # -- General configuration --------------------------------------------------- diff --git a/docs/source/index.rst b/docs/source/index.rst index f9fc83e..73d01da 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -16,11 +16,10 @@ documentation will be updated accordingly. .. list-table:: :header-rows: 0 - * - pySROS release: 21.10.7 - * - Document Number: 3HE 17936 AAAI TQZZA + * - pySROS release: 21.10.8 + * - Document Number: 3HE 17936 AAAJ TQZZA -.. Reviewed by PLM 20220831 -.. Reviewed by TechComms 20220902 +.. Reviewed by PLM 20220927 .. toctree:: diff --git a/setup.py b/setup.py index 6d0b646..a8cce10 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='pysros', - version='21.10.7', + version='21.10.8', packages=['pysros'], url='https://www.nokia.com', license='Copyright 2021 Nokia. License available in the LICENSE.md file.',