From 04bdea1b6b54d65614d39180a7c39199c84f7f78 Mon Sep 17 00:00:00 2001 From: Lex Li Date: Mon, 25 Mar 2024 02:12: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 63ec6ed11..6df3a67b1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,8 @@ +Revision 6.1.2, released 2024-3-25 +----------------------------------- + +- Merged changes from 4.4.13. + Revision 6.1.1, released 2024-3-23 ----------------------------------- diff --git a/docs/source/conf.py b/docs/source/conf.py index 71fb32956..0dcfc7d79 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.1.1" +release = "6.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 d052d5861..973b959c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pysnmp-lextudio" -version = "6.1.1" +version = "6.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 ec773451a..ce2993738 100644 --- a/pysnmp/__init__.py +++ b/pysnmp/__init__.py @@ -1,5 +1,5 @@ # http://www.python.org/dev/peps/pep-0396/ -__version__ = "6.1.1" +__version__ = "6.1.2" # another variable is required to prevent semantic release from updating version in more than one place main_version = __version__ # backward compatibility