pull/45/head
elie 2011-11-10 09:25:49 +00:00
parent fe1873b843
commit 06873ca33e
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ Revision 4.2.2
- SNMPv2-SMI.ObjectType.__repr__() fixed to do a repr() on its components.
- Exlicit repr() calls replaced with '%r'
- Fix to error processing at GETNEXT & GETBULK apps response handlers.
Revision 4.2.1
--------------

View File

@ -27,7 +27,7 @@ except ImportError:
params.update( {
'name': 'pysnmp',
'version': '4.2.1',
'version': '4.2.2',
'description': 'SNMP framework',
'author': 'Ilya Etingof',
'author_email': 'ilya@glas.net',