From d11c58a2317f41efdf481f4fe6cc0b6348019619 Mon Sep 17 00:00:00 2001 From: Lex Li Date: Tue, 12 Sep 2023 18:58:24 -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 1ab0464d5..50442d194 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,8 @@ +Revision 5.0.29, released 2023-09-12 +------------------------------------ + +- Fix asyncio hlapi double awaitable returns + Revision 5.0.28, released 2023-05-08 ------------------------------------ diff --git a/docs/source/conf.py b/docs/source/conf.py index 4deed8c3d..f0922abd9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -65,7 +65,7 @@ # The short X.Y version. version = '5.0' # The full version, including alpha/beta/rc tags. -release = '5.0.28' +release = '5.0.29' # 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 c975f72d0..dee640993 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pysnmp-lextudio" -version = "5.0.28" +version = "5.0.29" description = "" authors = ["Ilya Etingof ", "Lex Li "] license = "BSD-2-Clause" diff --git a/pysnmp/__init__.py b/pysnmp/__init__.py index 3730ddd82..cc6704066 100644 --- a/pysnmp/__init__.py +++ b/pysnmp/__init__.py @@ -1,5 +1,5 @@ # http://www.python.org/dev/peps/pep-0396/ -__version__ = '5.0.28' +__version__ = '5.0.29' # another variable is required to prevent semantic release from updating version in more than one place main_version = __version__ # backward compatibility