summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt5
-rw-r--r--setup.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 40f6917c..28133b9f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,8 @@
+Revision 4.2.3
+--------------
+
+- Fix to libsmi2pysnmp tool to make it working again in Python < 2.7
+
Revision 4.2.2
--------------
diff --git a/setup.py b/setup.py
index ba25db4f..a3a5bd2a 100644
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,7 @@ and install into your system.
params.update( {
'name': 'pysnmp',
- 'version': '4.2.2',
+ 'version': '4.2.3',
'description': 'SNMP framework',
'author': 'Ilya Etingof',
'author_email': 'ilya@glas.net',