Skip to content

Commit

Permalink
Bumped the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Feb 11, 2024
1 parent a72e913 commit 41904db
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Revision 5.0.35, released 2024-2-10
-----------------------------------

- Improved asyncio "runDispatcher" method to support timeout.
- Changed internal defaults to asyncio.
- Converted asyncore samples to asyncio.

Revision 5.0.34, released 2024-2-4
----------------------------------

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

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
Transport tweaks
----------------

.. include:: /../../examples/v3arch/asyncio/manager/ntfrcv/multiple-interfaces.py
.. include:: /../../examples/v3arch/asyncio/manager/ntfrcv/multiple-network-interfaces.py
:start-after: """
:end-before: """#

.. literalinclude:: /../../examples/v3arch/asyncio/manager/ntfrcv/multiple-interfaces.py
.. literalinclude:: /../../examples/v3arch/asyncio/manager/ntfrcv/multiple-network-interfaces.py
:start-after: """#
:language: python

:download:`Download</../../examples/v3arch/asyncio/manager/ntfrcv/multiple-interfaces.py>` script.
:download:`Download</../../examples/v3arch/asyncio/manager/ntfrcv/multiple-network-interfaces.py>` script.


See also: :doc:`library reference </docs/api-reference>`.
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-lextudio"
version = "5.0.34"
version = "5.0.35"
description = ""
authors = ["Ilya Etingof <[email protected]>", "Lex Li <[email protected]>"]
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__ = '5.0.34'
__version__ = '5.0.35'
# 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 41904db

Please sign in to comment.