diff --git a/CHANGES.rst b/CHANGES.rst index 5cad67bb..ce76cc21 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,10 @@ +Revision 7.1.2, released on Sep 14, 2024 +---------------------------------------- + +- Revised v1arch hlapi and its docs/examples. +- Revised nextCmd, bulkCmd, walkCmd, and bulkWalkCmd returned collections. +- Moved Slim class to v1arch. + Revision 7.1.1, released on Sep 12, 2024 ---------------------------------------- diff --git a/docs/source/conf.py b/docs/source/conf.py index 96e0d488..f26547f3 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -77,7 +77,7 @@ # The short X.Y version. version = "7.1" # The full version, including alpha/beta/rc tags. -release = "7.1.1" +release = "7.1.2" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyproject.toml b/pyproject.toml index 6ed82af9..445ec641 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pysnmp" -version = "7.1.1" +version = "7.1.2" description = "A Python library for SNMP" authors = ["Ilya Etingof ", "LeXtudio Inc. "] license = "BSD-2-Clause" diff --git a/pysnmp/__init__.py b/pysnmp/__init__.py index 74133cf3..966f066c 100644 --- a/pysnmp/__init__.py +++ b/pysnmp/__init__.py @@ -1,5 +1,5 @@ # http://www.python.org/dev/peps/pep-0396/ -__version__ = "7.1.1" +__version__ = "7.1.2" # another variable is required to prevent semantic release from updating version in more than one place main_version = __version__ # backward compatibility