diff --git a/CHANGES.rst b/CHANGES.rst index 6947f236..3da401e4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,8 @@ +Revision 6.2.2, released on July 16, 2024 +----------------------------------------- + +- Removed package postfix. A helper release to enable migration. + Revision 6.2.1, released on Jul 14, 2024 ---------------------------------------- @@ -8,6 +13,11 @@ Revision 6.2.0, released on Jul 12, 2024 - Retired temporary sync API. +Revision 6.1.3, released on July 16, 2024 +----------------------------------------- + +- Removed package postfix. A helper release to enable migration. + Revision 6.1.2, released on Mar 25, 2024 ---------------------------------------- @@ -23,6 +33,11 @@ Revision 6.1.0, released on Mar 23, 2024 - Initial work to support pysmi-lextudio 1.3.0 and above. +Revision 6.0.13, released on July 16, 2024 +------------------------------------------ + +- Removed package postfix. A helper release to enable migration. + Revision 6.0.12, released on Mar 23, 2024 ----------------------------------------- @@ -93,6 +108,11 @@ Revision 6.0.0, released on Feb 10, 2024 - Changed internal defaults to asyncio. - Converted asyncore samples to asyncio. +Revision 5.1.0, released on July 16, 2024 +----------------------------------------- + +- Removed package postfix. A helper release to enable migration. + Revision 5.0.34, released on Feb 04, 2024 ----------------------------------------- diff --git a/docs/source/conf.py b/docs/source/conf.py index 6a1e91d3..c4991698 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -67,7 +67,7 @@ # The short X.Y version. version = "6.2" # The full version, including alpha/beta/rc tags. -release = "6.2.1" +release = "6.2.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 df59bf95..4d633544 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pysnmp" -version = "6.2.1" +version = "6.2.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 5b540d77..375ac57d 100644 --- a/pysnmp/__init__.py +++ b/pysnmp/__init__.py @@ -1,5 +1,5 @@ # http://www.python.org/dev/peps/pep-0396/ -__version__ = "6.2.1" +__version__ = "6.2.2" # another variable is required to prevent semantic release from updating version in more than one place main_version = __version__ # backward compatibility