summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES6
-rw-r--r--setup.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index aed0c72..ba95b3c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+Revision 4.1.16a
+----------------
+
+- The error-indication codes moved from literals to objects for reliability
+ and clarity
+
Revision 4.1.15a
----------------
diff --git a/setup.py b/setup.py
index 00a6f89..765ecea 100644
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@ except ImportError:
params.update( {
'name': 'pysnmp',
- 'version': '4.1.15a',
+ 'version': '4.1.16a',
'description': 'SNMP framework',
'author': 'Ilya Etingof',
'author_email': 'ilya@glas.net',