From 2700e5636a323f7dce387a684c0dcddd7263c5c2 Mon Sep 17 00:00:00 2001 From: Lex Li Date: Thu, 7 Mar 2024 03:02:24 -0500 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 20a6aae70..a6a1a679c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,8 @@ +Revision 6.0.8, released 2024-3-7 +--------------------------------- + +- Fix annotations. + Revision 6.0.7, released 2024-3-7 --------------------------------- diff --git a/docs/source/conf.py b/docs/source/conf.py index df478b12d..1060bba6f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -65,7 +65,7 @@ # The short X.Y version. version = "6.0" # The full version, including alpha/beta/rc tags. -release = "6.0.7" +release = "6.0.8" # 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 be2def4d2..c9228aea8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pysnmp-lextudio" -version = "6.0.7" +version = "6.0.8" description = "" authors = ["Ilya Etingof ", "Lex Li "] license = "BSD-2-Clause" diff --git a/pysnmp/__init__.py b/pysnmp/__init__.py index 21de05b64..f3621d994 100644 --- a/pysnmp/__init__.py +++ b/pysnmp/__init__.py @@ -1,5 +1,5 @@ # http://www.python.org/dev/peps/pep-0396/ -__version__ = "6.0.7" +__version__ = "6.0.8" # another variable is required to prevent semantic release from updating version in more than one place main_version = __version__ # backward compatibility