Skip to content

Commit 8c3f11e

Browse files
author
SRBuilds
committed
22.10.12 released
1 parent 690a470 commit 8c3f11e

File tree

4 files changed

+15
-10
lines changed

4 files changed

+15
-10
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
author = 'Nokia'
1111

1212
# The full version, including alpha/beta/rc tags
13-
version = '22.10.11'
14-
release = '22.10.11'
13+
version = '22.10.12'
14+
release = '22.10.12'
1515

1616

1717
# -- General configuration ---------------------------------------------------

docs/source/features/22.10.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Release 22.10
22
*************
33

4+
22.10.12
5+
########
6+
7+
* No additional features
8+
9+
.. Reviewed by PLM 20251120
10+
411
22.10.11
512
########
613

docs/source/index.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@ documentation will be updated accordingly.
1717
.. list-table::
1818
:header-rows: 0
1919

20-
* - pySROS release: 22.10.11
21-
* - Document Number: 3HE 18378 AAAQ TQZZA
22-
23-
.. Reviewed by PLM 20241015
24-
.. Reviewed by TechComms 20241030
20+
* - pySROS release: 22.10.12
21+
* - Document Number: 3HE 18378 AAAR TQZZA
2522

23+
.. Reviewed by PLM 20251120
2624
2725
2826
.. toctree::

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021 Nokia
1+
# Copyright 2021-2025 Nokia
22

33
from setuptools import setup
44

@@ -7,10 +7,10 @@
77

88
setup(
99
name='pysros',
10-
version='22.10.11',
10+
version='22.10.12',
1111
packages=['pysros'],
1212
url='https://www.nokia.com',
13-
license='Copyright 2021-2024 Nokia. License available in the LICENSE.md file.',
13+
license='Copyright 2021-2025 Nokia. License available in the LICENSE.md file.',
1414
author='Nokia',
1515
author_email='',
1616
description='Python for the Nokia Service Router Operating Systems (pySROS)',

0 commit comments

Comments
 (0)