summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES1
-rw-r--r--setup.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index c6a218e..1cdf84a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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
--------------
diff --git a/setup.py b/setup.py
index 0a18919..ed186d4 100644
--- a/setup.py
+++ b/setup.py
@@ -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',