From b642cc19b209b0bec6d650a6d055fc709ea01058 Mon Sep 17 00:00:00 2001 From: Lex Li Date: Sat, 23 Mar 2024 23:41:17 -0400 Subject: [PATCH] Bumped the version. --- CHANGES.txt | 5 +++++ docs/source/conf.py | 2 +- pyproject.toml | 2 +- pysnmp/__init__.py | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 74de46c96..de92e4929 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,8 @@ +Revision 6.1.0, released 2024-3-23 +----------------------------------- + +- Initial work to support pysmi-lextudio 1.3.0 and above. + Revision 6.0.12, released 2024-3-23 ----------------------------------- diff --git a/docs/source/conf.py b/docs/source/conf.py index 343e3ce1c..2ab02d011 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -63,7 +63,7 @@ # The short X.Y version. version = "6.0" # The full version, including alpha/beta/rc tags. -release = "6.0.12" +release = "6.1.0" # 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 5bffa233d..b78789e86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pysnmp-lextudio" -version = "6.0.12" +version = "6.1.0" description = "" authors = ["Ilya Etingof ", "LeXtudio Inc. "] license = "BSD-2-Clause" diff --git a/pysnmp/__init__.py b/pysnmp/__init__.py index 4a921f4bf..7996ec6d0 100644 --- a/pysnmp/__init__.py +++ b/pysnmp/__init__.py @@ -1,5 +1,5 @@ # http://www.python.org/dev/peps/pep-0396/ -__version__ = "6.0.12" +__version__ = "6.1.0" # another variable is required to prevent semantic release from updating version in more than one place main_version = __version__ # backward compatibility