Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hh-h committed Jun 6, 2021
1 parent df90898 commit bc98588
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aiosnmp"
version = "0.5.0"
version = "0.6.0"
authors = ["Konstantin Valetov <[email protected]>"]
edition = "2018"

Expand Down
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ aiosnmp

aiosnmp is an asynchronous SNMP client for use with asyncio.

Notice on 0.6.0 build
---------------------

| If you have some problems with 0.6.0 build, please, create an issue and downgrade to 0.5.0.
| There is no difference between 0.5.0 and 0.6.0 only asn1 parser migrated to rust.

Installation
------------

Expand Down
2 changes: 1 addition & 1 deletion aiosnmp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__all__ = ("Snmp", "SnmpV2TrapMessage", "SnmpV2TrapServer", "exceptions", "SnmpVarbind")
__version__ = "0.5.0"
__version__ = "0.6.0"
__author__ = "Valetov Konstantin"

from .message import SnmpV2TrapMessage, SnmpVarbind
Expand Down

0 comments on commit bc98588

Please sign in to comment.