From 33bbeb0ce7c50c923420259fc54ce90a706bd734 Mon Sep 17 00:00:00 2001 From: SRBuilds Date: Fri, 1 Sep 2023 11:43:23 -0700 Subject: [PATCH] 23.7.2 released --- docs/source/conf.py | 4 ++-- docs/source/features/23.07.rst | 6 ++++++ docs/source/index.rst | 4 ++-- setup.py | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index a9d4f9c..eb691e6 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.7.1' -release = '23.7.1' +version = '23.7.2' +release = '23.7.2' # -- General configuration --------------------------------------------------- diff --git a/docs/source/features/23.07.rst b/docs/source/features/23.07.rst index 133ab11..48f3e78 100644 --- a/docs/source/features/23.07.rst +++ b/docs/source/features/23.07.rst @@ -1,6 +1,12 @@ Release 23.7 ************ +23.7.2 +###### + +* No additional features + + 23.7.1 ###### diff --git a/docs/source/index.rst b/docs/source/index.rst index 19a9d67..6f24032 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -17,8 +17,8 @@ documentation will be updated accordingly. .. list-table:: :header-rows: 0 - * - pySROS release: 23.7.1 - * - Document Number: 3HE 19211 AAAD TQZZA + * - pySROS release: 23.7.2 + * - Document Number: 3HE 19211 AAAE TQZZA .. todo: Change release numbers for new branch diff --git a/setup.py b/setup.py index 67112b4..1e96549 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='pysros', - version='23.7.1', + version='23.7.2', packages=['pysros'], url='https://www.nokia.com', license='Copyright 2021-2023 Nokia. License available in the LICENSE.md file.',