Skip to content

Commit

Permalink
chore(release): 5.0.22-beta.1
Browse files Browse the repository at this point in the history
## [5.0.22-beta.1](v5.0.21...v5.0.22-beta.1) (2023-02-21)

### Bug Fixes

* update poetry version to 1.3.2 ([1b1af82](1b1af82))
* update poetry version to 1.3.2 ([730adaf](730adaf))
* update pysnmp-pyasn1 to fix issue with missing functions ([d97a5ae](d97a5ae))
* update pysnmp-pyasn1 to fix issue with missing functions ([a699c5e](a699c5e))
  • Loading branch information
semantic-release-bot committed Feb 21, 2023
1 parent d97a5ae commit 028c15b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "pysnmplib"
version = "5.0.21"
version = "5.0.22-beta.1"
description = ""
authors = ["omrozowicz <omrozowicz@splunk.com>", "rfaircloth-splunk <rfaircloth@splunk.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__ = '5.0.21'
__version__ = '5.0.22-beta.1'
# 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 028c15b

Please sign in to comment.