We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115a0b9 commit 3dbb7f0Copy full SHA for 3dbb7f0
CHANGES.txt
@@ -1,4 +1,9 @@
1
2
+Revision 4.3.8, released 2017-06-XX
3
+-----------------------------------
4
+
5
+No changes yet
6
7
Revision 4.3.7, released 2017-05-29
8
-----------------------------------
9
pysnmp/__init__.py
@@ -1,5 +1,5 @@
# http://www.python.org/dev/peps/pep-0396/
-__version__ = '4.3.7'
+__version__ = '4.3.8'
# backward compatibility
version = tuple([int(x) for x in __version__.split('.')])
majorVersionId = version[0]
0 commit comments