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 28, 2024
1 parent 902d7ec commit dd7bc66
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 51 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Revision 6.0.4, released 2024-2-28
----------------------------------

- Reverted some changes in 6.0.2 on asyncio dispatch.

Revision 6.0.3, released 2024-2-26
----------------------------------

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 = "6.0"
# The full version, including alpha/beta/rc tags.
release = "6.0.3"
release = "6.0.4"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
85 changes: 37 additions & 48 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-lextudio"
version = "6.0.3"
version = "6.0.4"
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__ = "6.0.3"
__version__ = "6.0.4"
# 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 dd7bc66

Please sign in to comment.