diff --git a/docs/changelog/2024/january.rst b/docs/changelog/2024/january.rst new file mode 100644 index 0000000..c7a763a --- /dev/null +++ b/docs/changelog/2024/january.rst @@ -0,0 +1,26 @@ +January 2024 +========== + +30 - Rest v24.1 +------------------------ + + + ++-------------------------------+-------------------------------+ +| Module | Versions | ++===============================+===============================+ +| ``rest.connector `` | 24.1 | ++-------------------------------+-------------------------------+ + +Upgrade Instructions +^^^^^^^^^^^^^^^^^^^^ + +.. code-block:: bash + + pip install --upgrade rest.connector + + + + +Changelogs +^^^^^^^^^^ diff --git a/docs/changelog/index.rst b/docs/changelog/index.rst index 2931cb0..ae08b50 100644 --- a/docs/changelog/index.rst +++ b/docs/changelog/index.rst @@ -4,6 +4,7 @@ Changelog .. toctree:: :maxdepth: 2 + 2024/january 2023/november 2023/october 2023/september diff --git a/src/rest/connector/__init__.py b/src/rest/connector/__init__.py index 6ba8a6e..aa05f41 100644 --- a/src/rest/connector/__init__.py +++ b/src/rest/connector/__init__.py @@ -2,7 +2,7 @@ the device via REST api""" # metadata -__version__ = '23.11' +__version__ = '24.1' __author__ = ['Jean-Benoit Aubin ', 'Takashi Higashimura (tahigash) ']