diff --git a/docs/changelog/2024/october.rst b/docs/changelog/2024/october.rst new file mode 100644 index 0000000..670d1a7 --- /dev/null +++ b/docs/changelog/2024/october.rst @@ -0,0 +1,18 @@ +October 2024 +========== + +October 29 - Rest v24.10 +------------------------ + + + +.. csv-table:: New Module Versions + :header: "Modules", "Version" + + ``rest.connector``, v24.10 + + + + +Changelogs +^^^^^^^^^^ diff --git a/docs/changelog/index.rst b/docs/changelog/index.rst index 5d52127..f7717ba 100644 --- a/docs/changelog/index.rst +++ b/docs/changelog/index.rst @@ -4,6 +4,7 @@ Changelog .. toctree:: :maxdepth: 2 + 2024/october 2024/September 2024/august 2024/july diff --git a/src/rest/connector/__init__.py b/src/rest/connector/__init__.py index 976ed8b..3a90013 100644 --- a/src/rest/connector/__init__.py +++ b/src/rest/connector/__init__.py @@ -2,7 +2,7 @@ the device via REST api""" # metadata -__version__ = '24.9' +__version__ = '24.10' __author__ = ['Jean-Benoit Aubin ', 'Takashi Higashimura (tahigash) ']