Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 728 Bytes

File metadata and controls

23 lines (14 loc) · 728 Bytes

v1.0.1.post1 - Maintenance release

This release switches to the "src" layout for the source-tree and exposes the internal API docs so that it can be cross-referenced from the main puresnmp package.

v1.0.1 - Maintenance release

This release only contains internal changes. Nothing on the external API has been modified.

pycrypto has been replaced with cryptography as pycrypto is no longer maintained and caused issues with Python 3.10.

Additionally, this release switches back from poetry to setuptools for project packaging. poetry did not bring any substantial "added value" while diverging from the pypa standards with some keys and making the build slower.

v1.0.0 - Initial Release

No changes