From cbbd7812ca9d467a750a292c1a38d34165e7ac2b Mon Sep 17 00:00:00 2001 From: Lex Li Date: Sun, 14 Jul 2024 16:15:26 -0400 Subject: [PATCH] Bumped the version. --- CHANGES.rst | 5 +++++ docs/source/conf.py | 2 +- pyproject.toml | 2 +- pysnmp/__init__.py | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 4fdbabe1..6947f236 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,8 @@ +Revision 6.2.1, released on Jul 14, 2024 +---------------------------------------- + +- Cleaned up sync API leftover. + Revision 6.2.0, released on Jul 12, 2024 ---------------------------------------- diff --git a/docs/source/conf.py b/docs/source/conf.py index 3de348a8..6a1e91d3 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.0" +release = "6.2.1" # 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 b524d601..51e237c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pysnmp-lextudio" -version = "6.2.0" +version = "6.2.1" 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 1efa4859..5b540d77 100644 --- a/pysnmp/__init__.py +++ b/pysnmp/__init__.py @@ -1,5 +1,5 @@ # http://www.python.org/dev/peps/pep-0396/ -__version__ = "6.2.0" +__version__ = "6.2.1" # another variable is required to prevent semantic release from updating version in more than one place main_version = __version__ # backward compatibility