Skip to content

Commit

Permalink
Bumped the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Sep 14, 2024
1 parent 2d6bb16 commit b4e19e0
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 20 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Revision 7.1.2, released on Sep 14, 2024
----------------------------------------

- Revised v1arch hlapi and its docs/examples.
- Revised nextCmd, bulkCmd, walkCmd, and bulkWalkCmd returned collections.
- Moved Slim class to v1arch.

Revision 7.1.1, released on Sep 12, 2024
----------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
# The short X.Y version.
version = "7.1"
# The full version, including alpha/beta/rc tags.
release = "7.1.1"
release = "7.1.2"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
34 changes: 17 additions & 17 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pysnmp"
version = "7.1.1"
version = "7.1.2"
description = "A Python library for SNMP"
authors = ["Ilya Etingof <etingof@gmail.com>", "LeXtudio Inc. <support@lextudio.com>"]
license = "BSD-2-Clause"
Expand Down
2 changes: 1 addition & 1 deletion pysnmp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# http://www.python.org/dev/peps/pep-0396/
__version__ = "7.1.1"
__version__ = "7.1.2"
# another variable is required to prevent semantic release from updating version in more than one place
main_version = __version__
# backward compatibility
Expand Down

0 comments on commit b4e19e0

Please sign in to comment.