Skip to content

Commit

Permalink
22.10.11 released
Browse files Browse the repository at this point in the history
  • Loading branch information
SRBuilds committed Dec 5, 2024
1 parent 94935f8 commit 690a470
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
author = 'Nokia'

# The full version, including alpha/beta/rc tags
version = '22.10.9'
release = '22.10.9'
version = '22.10.11'
release = '22.10.11'


# -- General configuration ---------------------------------------------------
Expand Down
16 changes: 16 additions & 0 deletions docs/source/features/22.10.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Release 22.10
*************

22.10.11
########

* No additional features

.. Reviewed by PLM 20241015
.. Reviewed by TechComms 20241030
22.10.10
########

* No additional features

.. Reviewed by PLM 20240910
22.10.9
#######

Expand Down
7 changes: 4 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ documentation will be updated accordingly.
.. list-table::
:header-rows: 0

* - pySROS release: 22.10.9
* - Document Number: 3HE 18378 AAAO TQZZA
* - pySROS release: 22.10.11
* - Document Number: 3HE 18378 AAAQ TQZZA

.. Reviewed by PLM 20240627
.. Reviewed by PLM 20241015
.. Reviewed by TechComms 20241030
Expand Down
1 change: 0 additions & 1 deletion pysros/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@
pysros_err_convert_root_not_support_pysros = (SrosMgmtError, "'pysros' format is not supported for root")
pysros_err_convert_wrong_payload_type = (TypeError, "Invalid payload type for convert")
pysros_err_wrong_json_root = (JsonDecodeError, "JSON root must be object")
pysros_err_malformed_xml = (ValueError, "Malformed XML")
pysros_err_multiple_occurences_of_node = (SrosMgmtError, "Multiple occurrences of node")
pysros_err_multiple_occurences_of_entry = (SrosMgmtError, "Multiple occurrences of list entry")
pysros_err_convert_invalid_value_for_type = (SrosMgmtError, "Invalid value for {name}")
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='pysros',
version='22.10.9',
version='22.10.11',
packages=['pysros'],
url='https://www.nokia.com',
license='Copyright 2021-2024 Nokia. License available in the LICENSE.md file.',
Expand Down

0 comments on commit 690a470

Please sign in to comment.